aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-12 14:59:02 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-12 14:59:02 +0000
commit07a8ea00027ccdc7aa5a92d77bed3dbef697194a (patch)
tree3d0a2015208e99da8414080192b0db37f991992f /include/core
parentc10531b50259049bd7238e85df17e8c2c09a062c (diff)
Reverting r8654
git-svn-id: http://skia.googlecode.com/svn/trunk@8655 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/core')
-rw-r--r--include/core/SkPicture.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
index 1b5783d99c..7929557270 100644
--- a/include/core/SkPicture.h
+++ b/include/core/SkPicture.h
@@ -115,16 +115,7 @@ public:
Note: Currently this is not serializable, the bounding data will be
discarded if you serialize into a stream and then deserialize.
*/
- kOptimizeForClippedPlayback_RecordingFlag = 0x02,
- /*
- This flag disables all the picture recording optimizations (i.e.,
- those in SkPictureRecord). It is mainly intended for testing the
- existing optimizations (i.e., to actually have the pattern
- appear in an .skp we have to disable the optimization). This
- option doesn't affect the optimizations controlled by
- 'kOptimizeForClippedPlayback_RecordingFlag'.
- */
- kDisableRecordOptimizations_RecordingFlag = 0x04
+ kOptimizeForClippedPlayback_RecordingFlag = 0x02
};
/** Returns the canvas that records the drawing commands.