| Index: include/core/SkDraw.h
|
| diff --git a/include/core/SkDraw.h b/include/core/SkDraw.h
|
| index f7ae1c6208fceeb465b422de7bc3d35b089a860c..8ccb1c0116c8c5c5232852bbe53f2c11d205c26b 100644
|
| --- a/include/core/SkDraw.h
|
| +++ b/include/core/SkDraw.h
|
| @@ -63,11 +63,6 @@ public:
|
| int scalarsPerPosition, const SkPaint& paint) const;
|
| void drawTextOnPath(const char text[], size_t byteLength,
|
| const SkPath&, const SkMatrix*, const SkPaint&) const;
|
| -#ifdef SK_BUILD_FOR_ANDROID
|
| - void drawPosTextOnPath(const char text[], size_t byteLength,
|
| - const SkPoint pos[], const SkPaint& paint,
|
| - const SkPath& path, const SkMatrix* matrix) const;
|
| -#endif
|
| void drawVertices(SkCanvas::VertexMode mode, int count,
|
| const SkPoint vertices[], const SkPoint textures[],
|
| const SkColor colors[], SkXfermode* xmode,
|
|
|