Index: include/core/SkCanvas.h |
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h |
index dda049654e3c5d3d813057444f23ea80308fa974..8a71f1d0bbe9827f6eeae21aee322e59c8e65808 100644 |
--- a/include/core/SkCanvas.h |
+++ b/include/core/SkCanvas.h |
@@ -148,6 +148,9 @@ 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 |