Index: include/gpu/SkGpuDevice.h |
=================================================================== |
--- include/gpu/SkGpuDevice.h (revision 8845) |
+++ include/gpu/SkGpuDevice.h (working copy) |
@@ -73,6 +73,8 @@ |
const SkPoint[], const SkPaint& paint) SK_OVERRIDE; |
virtual void drawRect(const SkDraw&, const SkRect& r, |
const SkPaint& paint) SK_OVERRIDE; |
+ virtual void drawRRect(const SkDraw&, const SkRRect& r, |
+ const SkPaint& paint) SK_OVERRIDE; |
virtual void drawOval(const SkDraw&, const SkRect& oval, |
const SkPaint& paint) SK_OVERRIDE; |
virtual void drawPath(const SkDraw&, const SkPath& path, |