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

Unified Diff: skia/ext/analysis_canvas.cc

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 | « skia/ext/analysis_canvas.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/analysis_canvas.cc
diff --git a/skia/ext/analysis_canvas.cc b/skia/ext/analysis_canvas.cc
index e77ff2b72c775db92408700a6644899a8c67fbf7..59279f758242f3994e92a42b04a0c1495f576996 100644
--- a/skia/ext/analysis_canvas.cc
+++ b/skia/ext/analysis_canvas.cc
@@ -264,20 +264,6 @@ void AnalysisDevice::drawTextOnPath(const SkDraw& draw,
has_text_ = true;
}
-#ifdef SK_BUILD_FOR_ANDROID
-void AnalysisDevice::drawPosTextOnPath(const SkDraw& draw,
- const void* text,
- size_t len,
- const SkPoint pos[],
- const SkPaint& paint,
- const SkPath& path,
- const SkMatrix* matrix) {
- is_solid_color_ = false;
- is_transparent_ = false;
- has_text_ = true;
-}
-#endif
-
void AnalysisDevice::drawVertices(const SkDraw& draw,
SkCanvas::VertexMode,
int vertex_count,
« no previous file with comments | « skia/ext/analysis_canvas.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698