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

Unified Diff: include/core/SkDevice.h

Issue 135583002: Remove drawPosTextOnPath() from SkDevice API. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkDevice.h
diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h
index 3764ff39ef9fed8d08c18392764c4a8c44835843..54f67c1be2fe8f9f95b771dc561809921ef7f507 100644
--- a/include/core/SkDevice.h
+++ b/include/core/SkDevice.h
@@ -283,11 +283,6 @@ protected:
virtual void drawDevice(const SkDraw&, SkBaseDevice*, int x, int y,
const SkPaint&) = 0;
- // DEPRECATED -- will remove this once the subclass stop overriding it
- virtual void drawPosTextOnPath(const SkDraw&, const void* text, size_t len,
- const SkPoint pos[], const SkPaint&,
- const SkPath&, const SkMatrix*) {}
-
/**
* On success (returns true), copy the device pixels into the bitmap.
* On failure, the bitmap parameter is left unchanged and false is
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698