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 { |