Index: src/core/SkPicturePlayback.h |
diff --git a/src/core/SkPicturePlayback.h b/src/core/SkPicturePlayback.h |
index 7966670f6c4255dfb753a384fee9569f0ff683c5..4248e2de5c4db2a2c14312b6035fc0e6f3e3abf3 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 { |