Index: include/gpu/SkGpuDevice.h |
diff --git a/include/gpu/SkGpuDevice.h b/include/gpu/SkGpuDevice.h |
index d7d797a1020730ea2b9ea1ab834fbce9decafa11..a8231914e4a40cfba9df3362937bfd8d057961b3 100644 |
--- a/include/gpu/SkGpuDevice.h |
+++ b/include/gpu/SkGpuDevice.h |
@@ -91,6 +91,8 @@ public: |
const SkPaint& paint) SK_OVERRIDE; |
virtual void drawRRect(const SkDraw&, const SkRRect& r, |
const SkPaint& paint) SK_OVERRIDE; |
+ virtual void drawDRRect(const SkDraw& draw, const SkRRect& outer, |
+ const SkRRect& inner, 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, |