Index: include/pdf/SkPDFDevice.h |
diff --git a/include/pdf/SkPDFDevice.h b/include/pdf/SkPDFDevice.h |
index 66689f2872e58fb5807794627ba9bc9ff76c28cd..af650055cdf7b40ffad09b8109bc99b44f4ba4b4 100644 |
--- a/include/pdf/SkPDFDevice.h |
+++ b/include/pdf/SkPDFDevice.h |
@@ -98,9 +98,6 @@ public: |
void drawPosText(const SkDraw&, const void* text, size_t len, |
const SkScalar pos[], int scalarsPerPos, |
const SkPoint& offset, const SkPaint&) SK_OVERRIDE; |
- void drawTextOnPath(const SkDraw&, const void* text, size_t len, |
- const SkPath& path, const SkMatrix* matrix, |
- const SkPaint& paint) SK_OVERRIDE; |
void drawVertices(const SkDraw&, SkCanvas::VertexMode, |
int vertexCount, const SkPoint verts[], |
const SkPoint texs[], const SkColor colors[], |