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

Unified Diff: include/core/SkPictureRecorder.h

Issue 788903006: Remove legacy Picture defines. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years 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 | « include/core/SkPicture.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkPictureRecorder.h
diff --git a/include/core/SkPictureRecorder.h b/include/core/SkPictureRecorder.h
index 418fb324d22dde32e6267e208fe03539538b9802..14443b23d8fcc3bdbc5d20a4119455cffc3993b0 100644
--- a/include/core/SkPictureRecorder.h
+++ b/include/core/SkPictureRecorder.h
@@ -29,15 +29,6 @@ public:
SkPictureRecorder();
~SkPictureRecorder();
-#ifdef SK_LEGACY_PICTURE_SIZE_API
- SkCanvas* beginRecording(int width, int height,
- SkBBHFactory* bbhFactory = NULL,
- uint32_t recordFlags = 0) {
- return this->beginRecording(SkIntToScalar(width), SkIntToScalar(height),
- bbhFactory, recordFlags);
- }
-#endif
-
enum RecordFlags {
// This flag indicates that, if some BHH is being computed, saveLayer
// information should also be extracted at the same time.
« no previous file with comments | « include/core/SkPicture.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698