Index: include/utils/SkDumpCanvas.h |
diff --git a/include/utils/SkDumpCanvas.h b/include/utils/SkDumpCanvas.h |
index 35d694eedba4959c2f7485c919d95ca2e76af951..fc058be657c5197529ebea5072813eb302c86923 100644 |
--- a/include/utils/SkDumpCanvas.h |
+++ b/include/utils/SkDumpCanvas.h |
@@ -87,6 +87,8 @@ protected: |
SkScalar constY, const SkPaint&) override; |
virtual void onDrawTextOnPath(const void* text, size_t byteLength, const SkPath& path, |
const SkMatrix* matrix, const SkPaint&) override; |
+ void onDrawTextRSXform(const void* text, size_t byteLength, const SkRSXform xform[], |
+ const SkRect* cull, const SkPaint& paint) override; |
virtual void onDrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y, |
const SkPaint& paint) override; |
virtual void onDrawPatch(const SkPoint cubics[12], const SkColor colors[4], |