| Index: include/core/SkBitmapDevice.h
|
| diff --git a/include/core/SkBitmapDevice.h b/include/core/SkBitmapDevice.h
|
| index 530b85c9f8199753db290498cdc90ff3e909eea9..691202004e6d0b73eeb401c0cee665f3e0bcbb23 100644
|
| --- a/include/core/SkBitmapDevice.h
|
| +++ b/include/core/SkBitmapDevice.h
|
| @@ -184,11 +184,6 @@ protected:
|
| virtual void drawTextOnPath(const SkDraw&, const void* text, size_t len,
|
| const SkPath& path, const SkMatrix* matrix,
|
| const SkPaint& paint) SK_OVERRIDE;
|
| -#ifdef SK_BUILD_FOR_ANDROID
|
| - virtual void drawPosTextOnPath(const SkDraw& draw, const void* text, size_t len,
|
| - const SkPoint pos[], const SkPaint& paint,
|
| - const SkPath& path, const SkMatrix* matrix) SK_OVERRIDE;
|
| -#endif
|
| virtual void drawVertices(const SkDraw&, SkCanvas::VertexMode, int vertexCount,
|
| const SkPoint verts[], const SkPoint texs[],
|
| const SkColor colors[], SkXfermode* xmode,
|
|
|