| Index: include/utils/SkDeferredCanvas.h
|
| diff --git a/include/utils/SkDeferredCanvas.h b/include/utils/SkDeferredCanvas.h
|
| index c0613ed544b0e8eafed9038030112bb9d0fdb4f7..ad4e2a0787800dc84f097d6fc40d010dc78fc321 100644
|
| --- a/include/utils/SkDeferredCanvas.h
|
| +++ b/include/utils/SkDeferredCanvas.h
|
| @@ -162,9 +162,9 @@ public:
|
| virtual void drawPoints(PointMode mode, size_t count, const SkPoint pts[],
|
| const SkPaint& paint) SK_OVERRIDE;
|
| virtual void drawOval(const SkRect&, const SkPaint& paint) SK_OVERRIDE;
|
| - virtual void drawRect(const SkRect& rect, const SkPaint& paint) SK_OVERRIDE;
|
| + virtual void onDrawRect(const SkRect& rect, const SkPaint& paint) SK_OVERRIDE;
|
| virtual void drawRRect(const SkRRect&, const SkPaint& paint) SK_OVERRIDE;
|
| - virtual void drawPath(const SkPath& path, const SkPaint& paint)
|
| + virtual void onDrawPath(const SkPath& path, const SkPaint& paint)
|
| SK_OVERRIDE;
|
| virtual void drawBitmap(const SkBitmap& bitmap, SkScalar left,
|
| SkScalar top, const SkPaint* paint)
|
|
|