| Index: src/core/SkPictureRecord.h
|
| diff --git a/src/core/SkPictureRecord.h b/src/core/SkPictureRecord.h
|
| index 57e60086c444d9e9bf631818e0b9a1e866f73609..21c11971c4547a455eff5aaaf83f02c550bdadc9 100644
|
| --- a/src/core/SkPictureRecord.h
|
| +++ b/src/core/SkPictureRecord.h
|
| @@ -261,7 +261,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().
|
|
|