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

Unified Diff: include/core/SkPicture.h

Issue 328343002: Remove SkPicture SK_SUPPORT_LEGACY_RECORDING_FLAG flag (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 | « gyp/skia_for_chromium_defines.gypi ('k') | no next file » | 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 fcedcefb1f495b93cc90e0237468a3013802bee2..7b38230186027e35030f5ef936a66e3d1d66bf56 100644
--- a/include/core/SkPicture.h
+++ b/include/core/SkPicture.h
@@ -131,23 +131,6 @@ public:
*/
void clone(SkPicture* pictures, int count) const;
-#ifdef SK_SUPPORT_LEGACY_RECORDING_FLAG
- // TODO: kUsePathBoundsForClip_RecordingFlag no longer belongs in
- // SkPicture. It should be moved to SkPictureRecorder (or just made
- // the default behavior).
- enum RecordingFlags {
- /* This flag specifies that when clipPath() is called, the path will
- be faithfully recorded, but the recording canvas' current clip will
- only see the path's bounds. This speeds up the recording process
- without compromising the fidelity of the playback. The only side-
- effect for recording is that calling getTotalClip() or related
- clip-query calls will reflect the path's bounds, not the actual
- path.
- */
- kUsePathBoundsForClip_RecordingFlag = 0x01
- };
-#endif
-
/** Replays the drawing commands on the specified canvas.
@param canvas the canvas receiving the drawing commands.
*/
« no previous file with comments | « gyp/skia_for_chromium_defines.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698