Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: include/core/SkCanvas.h

Issue 1168303006: Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: add dox to new test Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gm/fatpathfill.cpp ('k') | include/core/SkDraw.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « gm/fatpathfill.cpp ('k') | include/core/SkDraw.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698