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

Unified Diff: include/core/SkPictureRecorder.h

Issue 2152943002: Remove dead flag from SkPictureRecorder (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Remove dead flag from SkPictureRecorder Created 4 years, 5 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/SkPictureRecorder.h
diff --git a/include/core/SkPictureRecorder.h b/include/core/SkPictureRecorder.h
index cc30be19da7262e5e410a871e93cd57e62df367e..82efcf0e99be4b1c66849d7562cb354f2fee3fa9 100644
--- a/include/core/SkPictureRecorder.h
+++ b/include/core/SkPictureRecorder.h
@@ -31,13 +31,9 @@ public:
~SkPictureRecorder();
enum RecordFlags {
-#ifdef SK_SUPPORT_LEGACY_COMPUTESAVELAYER_FLAG
- kComputeSaveLayerInfo_RecordFlag = 1 << 0,
-#endif
-
// If you call drawPicture() or drawDrawable() on the recording canvas, this flag forces
// that object to playback its contents immediately rather than reffing the object.
- kPlaybackDrawPicture_RecordFlag = 1 << 1,
+ kPlaybackDrawPicture_RecordFlag = 1 << 0,
};
enum FinishFlags {
« 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