Index: src/core/SkPictureRecord.h |
diff --git a/src/core/SkPictureRecord.h b/src/core/SkPictureRecord.h |
index 140558d14711fb4123b80f230753de129b6407d7..d7701fb9d2d1593abcbeadd0e8c1eedb4c803916 100644 |
--- a/src/core/SkPictureRecord.h |
+++ b/src/core/SkPictureRecord.h |
@@ -260,7 +260,7 @@ protected: |
virtual void onClipPath(const SkPath&, SkRegion::Op, ClipEdgeStyle) SK_OVERRIDE; |
virtual void onClipRegion(const SkRegion&, SkRegion::Op) SK_OVERRIDE; |
- virtual void onDrawPicture(const SkPicture* picture) SK_OVERRIDE; |
+ virtual void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) SK_OVERRIDE; |
// Return fontmetrics.fTop,fBottom in topbot[0,1], after they have been |
// tweaked by paint.computeFastBounds(). |