| Index: cc/playback/recording_source.h
|
| diff --git a/cc/playback/recording_source.h b/cc/playback/recording_source.h
|
| index 67bc93efc43d0296c020f7a592dbc643b69e34b7..433033d7ac3744e8a98b655f5b1b0e15732e5ae3 100644
|
| --- a/cc/playback/recording_source.h
|
| +++ b/cc/playback/recording_source.h
|
| @@ -31,11 +31,8 @@ class Region;
|
|
|
| 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,
|
|
|