summaryrefslogtreecommitdiffstats
path: root/cc/resources/recording_source.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/resources/recording_source.h')
-rw-r--r--cc/resources/recording_source.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cc/resources/recording_source.h b/cc/resources/recording_source.h
index ef8c033..a95ba73 100644
--- a/cc/resources/recording_source.h
+++ b/cc/resources/recording_source.h
@@ -18,11 +18,14 @@ class RasterSource;
class CC_EXPORT RecordingSource {
public:
+ // TODO(schenney) Remove RECORD_WITH_SK_NULL_CANVAS when we no longer
+ // support a non-Slimming Paint path.
enum RecordingMode {
RECORD_NORMALLY,
RECORD_WITH_SK_NULL_CANVAS,
RECORD_WITH_PAINTING_DISABLED,
RECORD_WITH_CACHING_DISABLED,
+ RECORD_WITH_CONSTRUCTION_DISABLED,
RECORDING_MODE_COUNT, // Must be the last entry.
};