Index: src/gpu/SkGpuDevice.h |
diff --git a/src/gpu/SkGpuDevice.h b/src/gpu/SkGpuDevice.h |
index 6cbf628e58b90724608af7dedc751fe5b60c2c03..f03175a39a8c271ec23e9101ce3c17deccc032ec 100644 |
--- a/src/gpu/SkGpuDevice.h |
+++ b/src/gpu/SkGpuDevice.h |
@@ -99,7 +99,7 @@ public: |
const SkPoint& offset, const SkPaint&) SK_OVERRIDE; |
virtual void drawTextOnPath(const SkDraw&, const void* text, size_t len, |
const SkPath& path, const SkMatrix* matrix, |
- const SkPaint&) SK_OVERRIDE; |
+ SK_SUPPORT_LEGACY_DRAWTEXTONPATH_PARAM const SkPaint&) SK_OVERRIDE; |
virtual void drawVertices(const SkDraw&, SkCanvas::VertexMode, int vertexCount, |
const SkPoint verts[], const SkPoint texs[], |
const SkColor colors[], SkXfermode* xmode, |