aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar tfarina@chromium.org <tfarina@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-01-13 21:42:25 +0000
committerGravatar tfarina@chromium.org <tfarina@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-01-13 21:42:25 +0000
commit5f43d21dd4cc086646cc18a892d7c768ce030baf (patch)
tree5e78acf79cd29cde8cd13571c185c9e3e2ab52d3 /include
parente13af711d4ff9031c9ed3054a4c33a56a0c62e1f (diff)
Remove drawPosTextOnPath() from SkDevice API.
All clients were updated including Chrome, so we can remove this now from Skia. This was committed on Chromium at https://src.chromium.org/viewvc/chrome?view=rev&revision=244287 BUG=skia:1834 R=reed@google.com Review URL: https://codereview.chromium.org/135583002 git-svn-id: http://skia.googlecode.com/svn/trunk@13059 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include')
-rw-r--r--include/core/SkDevice.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h
index 3764ff39ef..54f67c1be2 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