Index: src/core/SkPictureRecord.h |
diff --git a/src/core/SkPictureRecord.h b/src/core/SkPictureRecord.h |
index 8fd40bc230d014f1af6cc56f9be7b2603d54343b..9ecd098d1a7e12a949c61bed404da9f014dce8ee 100644 |
--- a/src/core/SkPictureRecord.h |
+++ b/src/core/SkPictureRecord.h |
@@ -213,7 +213,8 @@ protected: |
SkScalar constY, const SkPaint&) SK_OVERRIDE; |
virtual void onDrawTextOnPath(const void* text, size_t byteLength, const SkPath& path, |
const SkMatrix* matrix, const SkPaint&) SK_OVERRIDE; |
- |
+ virtual void onDrawTextBlob(const SkTextBlob*, const SkPoint&, const SkPaint&) SK_OVERRIDE; |
+ |
virtual void onDrawPatch(const SkPoint cubics[12], const SkColor colors[4], |
const SkPoint texCoords[4], SkXfermode* xmode, |
const SkPaint& paint) SK_OVERRIDE; |