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

Unified Diff: include/core/SkPicture.h

Issue 532703004: Remove legacy (and also broken) SkPicture constructor. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 3 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 | « gyp/skia_for_android_framework_defines.gypi ('k') | src/core/SkPicture.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkPicture.h
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
index 74d436b43f7238388aab56db0a428eba87d92442..2ea94c7086052bce684a7736691aab40c30ffa18 100644
--- a/include/core/SkPicture.h
+++ b/include/core/SkPicture.h
@@ -62,10 +62,6 @@ public:
typedef SkRefCnt INHERITED;
};
-#ifdef SK_SUPPORT_LEGACY_DEFAULT_PICTURE_CTOR
- SkPicture();
-#endif
-
/** PRIVATE / EXPERIMENTAL -- do not call */
void EXPERIMENTAL_addAccelData(const AccelData*) const;
« no previous file with comments | « gyp/skia_for_android_framework_defines.gypi ('k') | src/core/SkPicture.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698