Index: src/gpu/SkGpuDevice.h |
diff --git a/src/gpu/SkGpuDevice.h b/src/gpu/SkGpuDevice.h |
index be7857aadb88b34f9268cc9d81030938999a2090..c712ca9b4c3a24f1f5aa715a3fbd822a1c43c87c 100644 |
--- a/src/gpu/SkGpuDevice.h |
+++ b/src/gpu/SkGpuDevice.h |
@@ -99,6 +99,8 @@ public: |
virtual void drawPosText(const SkDraw&, const void* text, size_t len, |
const SkScalar pos[], int scalarsPerPos, |
const SkPoint& offset, const SkPaint&) SK_OVERRIDE; |
+ virtual void drawTextBlob(const SkDraw&, const SkTextBlob*, SkScalar x, SkScalar y, |
+ const SkPaint& paint, SkDrawFilter* drawFilter) SK_OVERRIDE; |
virtual void drawVertices(const SkDraw&, SkCanvas::VertexMode, int vertexCount, |
const SkPoint verts[], const SkPoint texs[], |
const SkColor colors[], SkXfermode* xmode, |