aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2016-12-20 08:57:26 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-12-20 14:39:45 +0000
commit22f4a1fd4859aa75133de37a24b3201cce5d6844 (patch)
tree526e4c78647cb3596fab756c8442c454f67a6826 /include/core
parent1bfcf887553a9d39b25f0d8c408b78841cd9d8fc (diff)
Remove getDevice_just_for_deprecated_compatibility_test()
BUG=skia:6067 Change-Id: I646e75f43bc77ea884b7fad7281bf0b684996bb9 Reviewed-on: https://skia-review.googlesource.com/6299 Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'include/core')
-rw-r--r--include/core/SkCanvas.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h
index 18b23ff2e7..e2302665f0 100644
--- a/include/core/SkCanvas.h
+++ b/include/core/SkCanvas.h
@@ -166,9 +166,6 @@ protected: // Can we make this private?
#endif
SkBaseDevice* getDevice() const;
public:
- SkBaseDevice* getDevice_just_for_deprecated_compatibility_testing() const {
- return this->getDevice();
- }
/**
* saveLayer() can create another device (which is later drawn onto