Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(713)

Unified Diff: skia/ext/analysis_canvas.h

Issue 132593005: skia: Stop overriding drawPosTextOnPath() on AnalysisCanvas. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | skia/ext/analysis_canvas.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/analysis_canvas.h
diff --git a/skia/ext/analysis_canvas.h b/skia/ext/analysis_canvas.h
index 909a19826d8a8851c1ecc5da8aa5e06eeaa2a15a..3c8f4f9bcec01b40e34dbb317b3e9479183d4a1e 100644
--- a/skia/ext/analysis_canvas.h
+++ b/skia/ext/analysis_canvas.h
@@ -129,15 +129,6 @@ class SK_API AnalysisDevice : public SkBitmapDevice {
const SkPath& path,
const SkMatrix* matrix,
const SkPaint& paint) 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) OVERRIDE;
-#endif
virtual void drawVertices(const SkDraw& draw,
SkCanvas::VertexMode vertex_mode,
int vertex_count,
« no previous file with comments | « no previous file | skia/ext/analysis_canvas.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698