Index: include/utils/SkProxyCanvas.h |
diff --git a/include/utils/SkProxyCanvas.h b/include/utils/SkProxyCanvas.h |
index b5018e030905623dd897078feea7f803aec43fec..7f6690d8c43a3cef2dfb3ca57be05a97e854cf07 100644 |
--- a/include/utils/SkProxyCanvas.h |
+++ b/include/utils/SkProxyCanvas.h |
@@ -72,6 +72,7 @@ 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; |