aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkRecorder.h
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2015-12-16 07:52:46 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-12-16 07:52:47 -0800
commit4657ce2324ea197507c4ba728d81138f56da13b1 (patch)
tree79cba010f59bd353e51cbdc2494ff9f1ff423fce /src/core/SkRecorder.h
parentce5ac45d39db3c7fe52acaa59117688aec53710e (diff)
remove drawSprite from canvas
Diffstat (limited to 'src/core/SkRecorder.h')
-rw-r--r--src/core/SkRecorder.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/SkRecorder.h b/src/core/SkRecorder.h
index 92197a0a3c..6bde375db4 100644
--- a/src/core/SkRecorder.h
+++ b/src/core/SkRecorder.h
@@ -106,7 +106,6 @@ public:
const SkPaint*) override;
void onDrawBitmapNine(const SkBitmap&, const SkIRect& center, const SkRect& dst,
const SkPaint*) override;
- void onDrawSprite(const SkBitmap&, int left, int top, const SkPaint*) override;
void onDrawVertices(VertexMode vmode, int vertexCount,
const SkPoint vertices[], const SkPoint texs[],
const SkColor colors[], SkXfermode* xmode,