Index: include/core/SkDevice.h |
diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h |
index e06650036dc10b35e8e3528f0153f6673c617bc2..d23aa6916f5051ac032c318930eee10cba777884 100644 |
--- a/include/core/SkDevice.h |
+++ b/include/core/SkDevice.h |
@@ -273,6 +273,8 @@ protected: |
virtual void drawTextOnPath(const SkDraw&, const void* text, size_t len, const SkPath&, |
const SkMatrix*, const SkPaint&); |
+ virtual void drawTextRSXform(const SkDraw&, const void* text, size_t len, const SkRSXform[], |
+ const SkPaint&); |
bool readPixels(const SkImageInfo&, void* dst, size_t rowBytes, int x, int y); |