Remove getDevice_just_for_deprecated_compatibility_testing (take 2)

Change-Id: I516ba4ff1c30bb91563a50c6f2b50f6c01c96f5b
Reviewed-on: https://skia-review.googlesource.com/6346
Reviewed-by: Robert Phillips <robertphillips@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
This commit is contained in:
Robert Phillips 2016-12-20 15:49:18 -05:00 committed by Skia Commit-Bot
parent 6ad3d2fa38
commit f4e27f68b0

View File

@ -166,11 +166,6 @@ protected: // Can we make this private?
#endif
SkBaseDevice* getDevice() const;
public:
// Still used internally
SkBaseDevice* getDevice_just_for_deprecated_compatibility_testing() const {
return this->getDevice();
}
/**
* saveLayer() can create another device (which is later drawn onto
* the previous device). getTopDevice() returns the top-most device current