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

Unified Diff: cc/debug/rasterize_and_record_benchmark.cc

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 | « no previous file | cc/playback/recording_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/debug/rasterize_and_record_benchmark.cc
diff --git a/cc/debug/rasterize_and_record_benchmark.cc b/cc/debug/rasterize_and_record_benchmark.cc
index bb833ec65def4465d4ab30eb250ad515ef252abf..7ee122823cae2cb173cda5e97fbea9e76876cfab 100644
--- a/cc/debug/rasterize_and_record_benchmark.cc
+++ b/cc/debug/rasterize_and_record_benchmark.cc
@@ -39,7 +39,6 @@ const int kTimeCheckInterval = 1;
const char* kModeSuffixes[RecordingSource::RECORDING_MODE_COUNT] = {
"",
- "_sk_null_canvas",
"_painting_disabled",
"_caching_disabled",
"_construction_disabled",
@@ -126,9 +125,6 @@ void RasterizeAndRecordBenchmark::RunOnLayer(PictureLayer* layer) {
case RecordingSource::RECORD_NORMALLY:
// Already setup for normal recording.
break;
- case RecordingSource::RECORD_WITH_SK_NULL_CANVAS:
- // Not supported for Display List recording.
- continue;
case RecordingSource::RECORD_WITH_PAINTING_DISABLED:
painting_control = ContentLayerClient::DISPLAY_LIST_PAINTING_DISABLED;
break;
« no previous file with comments | « no previous file | cc/playback/recording_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698