aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPicturePlayback.h
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2014-07-08 13:07:57 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-07-08 13:07:57 -0700
commit92432c7f7c0a878256f139ce6f73d71e1c202a16 (patch)
treed8f421ddc0675ac6427c0119b2b09dcd6acb1d41 /src/core/SkPicturePlayback.h
parentf7a180b10f6924ad94a69d6d366e5bce6ed31529 (diff)
Fixed up SkTimedPicturePlayback
This was more motivated to remove the preDraw and postDraw virtuals from SkPicturePlayback. R=mtklein@google.com, reed@google.com Author: robertphillips@google.com Review URL: https://codereview.chromium.org/375943002
Diffstat (limited to 'src/core/SkPicturePlayback.h')
-rw-r--r--src/core/SkPicturePlayback.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/SkPicturePlayback.h b/src/core/SkPicturePlayback.h
index 7966670f6c..4248e2de5c 100644
--- a/src/core/SkPicturePlayback.h
+++ b/src/core/SkPicturePlayback.h
@@ -96,11 +96,6 @@ protected:
SkCanvas* canvas,
const SkMatrix& initialMatrix);
-#ifdef SK_DEVELOPER
- virtual bool preDraw(int opIndex, int type) { return false; }
- virtual void postDraw(int opIndex) { }
-#endif
-
static DrawType ReadOpAndSize(SkReader32* reader, uint32_t* size);
class AutoResetOpID {