Index: src/core/SkRecorder.h |
diff --git a/src/core/SkRecorder.h b/src/core/SkRecorder.h |
index 97eeb9f454d0005e8b1ddff5f0224a8fed134a72..72d25a45daac8df44f3b7e0d98c74b5410c51afd 100644 |
--- a/src/core/SkRecorder.h |
+++ b/src/core/SkRecorder.h |
@@ -89,6 +89,10 @@ public: |
const SkPath& path, |
const SkMatrix* matrix, |
const SkPaint& paint) SK_OVERRIDE; |
+ void onDrawTextBlob(const SkTextBlob* blob, |
+ SkScalar x, |
+ SkScalar y, |
+ const SkPaint& paint); |
void onDrawPatch(const SkPoint cubics[12], const SkColor colors[4], |
const SkPoint texCoords[4], SkXfermode* xmode, |
const SkPaint& paint) SK_OVERRIDE; |