Index: src/core/SkRecorder.h |
diff --git a/src/core/SkRecorder.h b/src/core/SkRecorder.h |
index 9f8824f85aad4c6f4db77f89f1114d4e2e3b0c5f..6b865dab26cb1a040531d41cbd52e82b98752f1b 100644 |
--- a/src/core/SkRecorder.h |
+++ b/src/core/SkRecorder.h |
@@ -105,6 +105,7 @@ public: |
void onDrawPaint(const SkPaint&) override; |
void onDrawPoints(PointMode, size_t count, const SkPoint pts[], const SkPaint&) override; |
void onDrawRect(const SkRect&, const SkPaint&) override; |
+ void onDrawRegion(const SkRegion&, const SkPaint&) override; |
void onDrawOval(const SkRect&, const SkPaint&) override; |
void onDrawArc(const SkRect&, SkScalar, SkScalar, bool, const SkPaint&) override; |
void onDrawRRect(const SkRRect&, const SkPaint&) override; |