Index: src/core/SkLiteRecorder.h |
diff --git a/src/core/SkLiteRecorder.h b/src/core/SkLiteRecorder.h |
index e2d754d30d8dbd3699b54d315b9bc940da20c1c8..290e5bef688f077c4030ee35fb4966808342f1a1 100644 |
--- a/src/core/SkLiteRecorder.h |
+++ b/src/core/SkLiteRecorder.h |
@@ -33,9 +33,10 @@ public: |
void onClipRegion(const SkRegion&, SkRegion::Op) override; |
void onDrawPaint (const SkPaint&) override; |
- void onDrawPath (const SkPath&, const SkPaint&) override; |
- void onDrawRect (const SkRect&, const SkPaint&) override; |
- void onDrawOval (const SkRect&, const SkPaint&) override; |
+ void onDrawPath (const SkPath&, 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; |
void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) override; |