| Index: include/core/SkBitmapDevice.h
|
| diff --git a/include/core/SkBitmapDevice.h b/include/core/SkBitmapDevice.h
|
| index a801420584a0f50d263dfa99ce5662ea53753ced..8ca6a523be9d3b2412635616ff02f82fff6a11fa 100644
|
| --- a/include/core/SkBitmapDevice.h
|
| +++ b/include/core/SkBitmapDevice.h
|
| @@ -93,9 +93,6 @@ protected:
|
| virtual void drawPosText(const SkDraw&, const void* text, size_t len,
|
| const SkScalar pos[], int scalarsPerPos,
|
| const SkPoint& offset, const SkPaint& paint) SK_OVERRIDE;
|
| - virtual void drawTextOnPath(const SkDraw&, const void* text, size_t len,
|
| - const SkPath& path, const SkMatrix* matrix,
|
| - const SkPaint& paint) SK_OVERRIDE;
|
| virtual void drawVertices(const SkDraw&, SkCanvas::VertexMode, int vertexCount,
|
| const SkPoint verts[], const SkPoint texs[],
|
| const SkColor colors[], SkXfermode* xmode,
|
|
|