Index: src/gpu/SkGpuDevice.h |
diff --git a/src/gpu/SkGpuDevice.h b/src/gpu/SkGpuDevice.h |
index cbe86a460707da62603aecfa4e48efb0f4d97932..a49d1607328da85edf2b3cc85a07a94e3dfbaf43 100644 |
--- a/src/gpu/SkGpuDevice.h |
+++ b/src/gpu/SkGpuDevice.h |
@@ -73,6 +73,7 @@ public: |
void drawRRect(const SkDraw&, const SkRRect& r, const SkPaint& paint) override; |
void drawDRRect(const SkDraw& draw, const SkRRect& outer, const SkRRect& inner, |
const SkPaint& paint) override; |
+ void drawRegion(const SkDraw&, const SkRegion& r, const SkPaint& paint) override; |
void drawOval(const SkDraw&, const SkRect& oval, const SkPaint& paint) override; |
void drawArc(const SkDraw&, const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle, |
bool useCenter, const SkPaint& paint) override; |