Index: src/core/SkRecorder.h |
diff --git a/src/core/SkRecorder.h b/src/core/SkRecorder.h |
index 2c7234ac8601a32a4b21718d36b74cf97bf75bba..fad01ea7d2b6b282251bd0bdaff1c8576828e4a6 100644 |
--- a/src/core/SkRecorder.h |
+++ b/src/core/SkRecorder.h |
@@ -89,6 +89,9 @@ public: |
const SkPath& path, |
const SkMatrix* matrix, |
const SkPaint& paint) SK_OVERRIDE; |
+ virtual void onDrawTextBlob(const SkTextBlob*, |
+ const SkPoint&, |
+ const SkPaint&) SK_OVERRIDE; |
void onDrawPatch(const SkPoint cubics[12], const SkColor colors[4], |
const SkPoint texCoords[4], SkXfermode* xmode, |
const SkPaint& paint) SK_OVERRIDE; |