| Index: include/core/SkDraw.h
|
| diff --git a/include/core/SkDraw.h b/include/core/SkDraw.h
|
| index 2bb9c89627cf36eca035b09b8481e94e26bbc2a3..8e93d5dc2c6531862799038b85a54ceba400a461 100644
|
| --- a/include/core/SkDraw.h
|
| +++ b/include/core/SkDraw.h
|
| @@ -68,8 +68,8 @@ public:
|
| void drawPosText(const char text[], size_t byteLength,
|
| const SkScalar pos[], int scalarsPerPosition,
|
| const SkPoint& offset, const SkPaint& paint) const;
|
| - void drawTextOnPath(const char text[], size_t byteLength,
|
| - const SkPath&, const SkMatrix*, const SkPaint&) const;
|
| + void drawTextOnPath(const char text[], size_t byteLength, const SkPath&, const SkMatrix*,
|
| + SkCanvas::TextOnPathMethod, const SkPaint&) const;
|
| void drawVertices(SkCanvas::VertexMode mode, int count,
|
| const SkPoint vertices[], const SkPoint textures[],
|
| const SkColor colors[], SkXfermode* xmode,
|
|
|