Index: tools/debugger/SkDebugCanvas.h |
diff --git a/tools/debugger/SkDebugCanvas.h b/tools/debugger/SkDebugCanvas.h |
index d0cdf82a369833ea90e912c30cbefd996dbe69fb..e8d9113438448432adb216e62cc54bed66938479 100644 |
--- a/tools/debugger/SkDebugCanvas.h |
+++ b/tools/debugger/SkDebugCanvas.h |
@@ -204,6 +204,8 @@ protected: |
SkScalar constY, const SkPaint&) override; |
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[], const SkRect*, |
+ const SkPaint&) override; |
void onDrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y, |
const SkPaint& paint) override; |