aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2015-12-16 14:25:30 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-12-16 14:25:30 -0800
commit96205ddedcd477ae737fb3ad9a8987fbb62f4b30 (patch)
tree2d410dceded7aee3f79c2cb9711eedab7e098a66 /include
parentc8f969309cafebeb16ad057f766b61bdc406a8b8 (diff)
remove obsolete ondrawsprite base virtual
Diffstat (limited to 'include')
-rw-r--r--include/core/SkCanvas.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h
index 6be13f2a52..003a96c056 100644
--- a/include/core/SkCanvas.h
+++ b/include/core/SkCanvas.h
@@ -1279,9 +1279,6 @@ protected:
SrcRectConstraint);
virtual void onDrawBitmapNine(const SkBitmap&, const SkIRect& center, const SkRect& dst,
const SkPaint*);
-#ifdef SK_SUPPORT_LEGACY_ONDRAWSPRITE
- virtual void onDrawSprite(const SkBitmap&, int left, int top, const SkPaint*) {}
-#endif
enum ClipEdgeStyle {
kHard_ClipEdgeStyle,