Index: src/utils/debugger/SkDebugCanvas.h |
diff --git a/src/utils/debugger/SkDebugCanvas.h b/src/utils/debugger/SkDebugCanvas.h |
index 262619e7f19fe48274c0361527cc0fca0e888c5a..2ccc987830af0ea2351b79bed0a654ee17c5f28e 100644 |
--- a/src/utils/debugger/SkDebugCanvas.h |
+++ b/src/utils/debugger/SkDebugCanvas.h |
@@ -233,6 +233,10 @@ public: |
static const int kVizImageHeight = 256; |
static const int kVizImageWidth = 256; |
+protected: |
+ virtual void onPushCull(const SkRect& cullRect) SK_OVERRIDE; |
+ virtual void onPopCull() SK_OVERRIDE; |
+ |
private: |
SkTDArray<SkDrawCommand*> fCommandVector; |
int fWidth; |