diff options
Diffstat (limited to 'src/core/SkPicturePlayback.h')
-rw-r--r-- | src/core/SkPicturePlayback.h | 5 |
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 { |