Index: tools/debugger/SkDebugCanvas.h |
diff --git a/tools/debugger/SkDebugCanvas.h b/tools/debugger/SkDebugCanvas.h |
index 4264f552009be99c4f152981ee8896b5e79aa7de..36019bfaae52b340b05471bb6a5c2f3dc3cf536b 100644 |
--- a/tools/debugger/SkDebugCanvas.h |
+++ b/tools/debugger/SkDebugCanvas.h |
@@ -239,6 +239,9 @@ protected: |
void onClipRegion(const SkRegion& region, SkRegion::Op) override; |
void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) override; |
+ void onDrawShadowedPicture(const SkPicture*, |
+ const SkMatrix*, |
+ const SkPaint*) override; |
void markActiveCommands(int index); |