Index: src/core/SkRecorder.h |
diff --git a/src/core/SkRecorder.h b/src/core/SkRecorder.h |
index 437113829a128a983021a64f650fd493be99635b..be8924846ef148a67204c70bdedf8caea3d51684 100644 |
--- a/src/core/SkRecorder.h |
+++ b/src/core/SkRecorder.h |
@@ -95,7 +95,7 @@ public: |
void onClipPath(const SkPath& path, SkRegion::Op op, ClipEdgeStyle edgeStyle) SK_OVERRIDE; |
void onClipRegion(const SkRegion& deviceRgn, SkRegion::Op op) SK_OVERRIDE; |
- void onDrawPicture(const SkPicture* picture) SK_OVERRIDE; |
+ void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) SK_OVERRIDE; |
void onPushCull(const SkRect& cullRect) SK_OVERRIDE; |
void onPopCull() SK_OVERRIDE; |