Index: src/core/SkRecorder.h |
diff --git a/src/core/SkRecorder.h b/src/core/SkRecorder.h |
index 1373f8a77f802a4ec1f98023adc60cf14f1b4fc0..8b1430d5331ad52d399b5763d71018e732e5c9e5 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; |