Index: tools/debugger/SkDebugCanvas.h |
diff --git a/tools/debugger/SkDebugCanvas.h b/tools/debugger/SkDebugCanvas.h |
index 851dfe1bd42a6482470688d98f7757bb6d5b5c7a..1f8eabe405e70870e4caa2f74644f01b46235c71 100644 |
--- a/tools/debugger/SkDebugCanvas.h |
+++ b/tools/debugger/SkDebugCanvas.h |
@@ -257,11 +257,13 @@ protected: |
#ifdef SK_EXPERIMENTAL_SHADOWING |
void onDrawShadowedPicture(const SkPicture*, |
const SkMatrix*, |
- const SkPaint*) override; |
+ const SkPaint*, |
+ const SkShadowType& sType) override; |
#else |
void onDrawShadowedPicture(const SkPicture*, |
const SkMatrix*, |
- const SkPaint*); |
+ const SkPaint*, |
+ const SkShadowType& sType); |
#endif |
void markActiveCommands(int index); |