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

Unified Diff: include/core/SkCanvas.h

Issue 324703002: Remove legacy drawPicture entry point (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 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 | « no previous file | no next file » | 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 b92b1460fdb1fcc39943b0d3273b10a65a965740..d6de257d89de135dbdb3fe7c629f4a6a484d246e 100644
--- a/include/core/SkCanvas.h
+++ b/include/core/SkCanvas.h
@@ -986,12 +986,6 @@ public:
*/
void drawPicture(const SkPicture* picture);
-#ifdef SK_SUPPORT_LEGACY_DRAWPICTURE_API
- virtual void drawPicture(SkPicture& picture) {
- this->drawPicture(&picture);
- }
-#endif
-
enum VertexMode {
kTriangles_VertexMode,
kTriangleStrip_VertexMode,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698