Index: src/utils/debugger/SkDebugCanvas.h |
diff --git a/src/utils/debugger/SkDebugCanvas.h b/src/utils/debugger/SkDebugCanvas.h |
index e94f30f33559f881f938a398cac21543882f0fc0..f15b397251e7b4e4ea989871506f356abc43810a 100644 |
--- a/src/utils/debugger/SkDebugCanvas.h |
+++ b/src/utils/debugger/SkDebugCanvas.h |
@@ -189,8 +189,6 @@ public: |
virtual void drawPath(const SkPath& path, const SkPaint&) SK_OVERRIDE; |
- virtual void drawPicture(SkPicture& picture) SK_OVERRIDE; |
- |
virtual void drawPoints(PointMode, size_t count, const SkPoint pts[], |
const SkPaint&) SK_OVERRIDE; |
@@ -257,6 +255,8 @@ protected: |
virtual void onClipPath(const SkPath&, SkRegion::Op, ClipEdgeStyle) SK_OVERRIDE; |
virtual void onClipRegion(const SkRegion& region, SkRegion::Op) SK_OVERRIDE; |
+ virtual void onDrawPicture(const SkPicture* picture) SK_OVERRIDE; |
+ |
void markActiveCommands(int index); |
private: |