Index: include/utils/SkLuaCanvas.h |
diff --git a/include/utils/SkLuaCanvas.h b/include/utils/SkLuaCanvas.h |
index c34d1344236d973b3d1568b38e1bc459a6d45425..11171f3671802631769eae5a401a3d309aee0ebd 100644 |
--- a/include/utils/SkLuaCanvas.h |
+++ b/include/utils/SkLuaCanvas.h |
@@ -42,9 +42,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&, const SkPaint& paint) SK_OVERRIDE; |
+ virtual void onDrawRect(const SkRect&, const SkPaint& paint) SK_OVERRIDE; |
virtual void drawRRect(const SkRRect&, const SkPaint& paint) SK_OVERRIDE; |
- virtual void drawPath(const SkPath& path, const SkPaint& paint) SK_OVERRIDE; |
+ virtual void onDrawPath(const SkPath& path, const SkPaint& paint) SK_OVERRIDE; |
virtual void drawBitmap(const SkBitmap& bitmap, SkScalar left, SkScalar top, |
const SkPaint* paint) SK_OVERRIDE; |
virtual void drawBitmapRectToRect(const SkBitmap& bitmap, const SkRect* src, |