aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/utils
diff options
context:
space:
mode:
authorGravatar reed <reed@chromium.org>2014-08-10 11:28:46 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-08-10 11:28:46 -0700
commit2e69d292e5a389db7d9264eb66172376692de8ca (patch)
tree3a83cba4cfb65dcd32e468fa6edfaeb3404c7632 /include/utils
parent0be677d35c7ef1bf8a7a694d1838fa11333d1bec (diff)
remove (now unneeded) legacy onDrawPicture variant
TBR=fmalita@google.com Author: reed@chromium.org Review URL: https://codereview.chromium.org/456203002
Diffstat (limited to 'include/utils')
-rw-r--r--include/utils/SkProxyCanvas.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/utils/SkProxyCanvas.h b/include/utils/SkProxyCanvas.h
index 2e002ccfc8..b340141d97 100644
--- a/include/utils/SkProxyCanvas.h
+++ b/include/utils/SkProxyCanvas.h
@@ -79,8 +79,6 @@ protected:
virtual void onClipPath(const SkPath&, SkRegion::Op, ClipEdgeStyle) SK_OVERRIDE;
virtual void onClipRegion(const SkRegion&, SkRegion::Op) SK_OVERRIDE;
- // temporary until we can land and fix chrome
- virtual void onDrawPicture(const SkPicture*) SK_OVERRIDE {}
virtual void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) SK_OVERRIDE;
private: