| Index: src/core/SkPictureRecord.h
|
| diff --git a/src/core/SkPictureRecord.h b/src/core/SkPictureRecord.h
|
| index a1eb40ab59a488a66c53aefbc97fed6a9e7864c1..05f932990f88c38860d3f3152dc2c17bfa0784ae 100644
|
| --- a/src/core/SkPictureRecord.h
|
| +++ b/src/core/SkPictureRecord.h
|
| @@ -53,9 +53,9 @@ public:
|
| virtual void drawPoints(PointMode, size_t count, const SkPoint pts[],
|
| const SkPaint&) SK_OVERRIDE;
|
| virtual void drawOval(const SkRect&, const SkPaint&) SK_OVERRIDE;
|
| - virtual void drawRect(const SkRect&, const SkPaint&) SK_OVERRIDE;
|
| + virtual void onDrawRect(const SkRect&, const SkPaint&) SK_OVERRIDE;
|
| virtual void drawRRect(const SkRRect&, const SkPaint&) SK_OVERRIDE;
|
| - virtual void drawPath(const SkPath& path, const SkPaint&) SK_OVERRIDE;
|
| + virtual void onDrawPath(const SkPath& path, const SkPaint&) SK_OVERRIDE;
|
| virtual void drawBitmap(const SkBitmap&, SkScalar left, SkScalar top,
|
| const SkPaint*) SK_OVERRIDE;
|
| virtual void drawBitmapRectToRect(const SkBitmap&, const SkRect* src,
|
|
|