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

Unified Diff: cc/playback/recording_source.h

Issue 2355723002: Remove obsolete RECORD_WITH_SK_NULL_CANVAS recording mode. (Closed)
Patch Set: Sync to head. Created 4 years, 3 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 | « cc/debug/rasterize_and_record_benchmark.cc ('k') | tools/perf/measurements/rasterize_and_record_micro.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « cc/debug/rasterize_and_record_benchmark.cc ('k') | tools/perf/measurements/rasterize_and_record_micro.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698