From 22f4a1fd4859aa75133de37a24b3201cce5d6844 Mon Sep 17 00:00:00 2001 From: Robert Phillips Date: Tue, 20 Dec 2016 08:57:26 -0500 Subject: 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 Commit-Queue: Robert Phillips --- include/core/SkCanvas.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/core') 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 -- cgit v1.2.3