| Index: include/core/SkDevice.h
|
| diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h
|
| index 9f3ac580080590c36989f4a657040e6a79092317..5d390bb3dc841b70f0ae4f8c23d64c8bc34d3d83 100644
|
| --- a/include/core/SkDevice.h
|
| +++ b/include/core/SkDevice.h
|
| @@ -220,6 +220,7 @@ protected:
|
| const SkPoint& offset, const SkPaint& paint) = 0;
|
| virtual void drawTextOnPath(const SkDraw&, const void* text, size_t len,
|
| const SkPath& path, const SkMatrix* matrix,
|
| + SK_SUPPORT_LEGACY_DRAWTEXTONPATH_PARAM
|
| const SkPaint& paint) = 0;
|
| virtual void drawVertices(const SkDraw&, SkCanvas::VertexMode, int vertexCount,
|
| const SkPoint verts[], const SkPoint texs[],
|
|
|