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

Unified Diff: cc/playback/display_list_recording_source.cc

Issue 1552693002: Add paint testing mode subsequence_caching_disabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@RemoveSyncPaint
Patch Set: Created 5 years 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
Index: cc/playback/display_list_recording_source.cc
diff --git a/cc/playback/display_list_recording_source.cc b/cc/playback/display_list_recording_source.cc
index 905423812b00dc1740a5abdf8b69d3bbfba8a120..f0459616186639470de2a63e5dcffa6e75b50e00 100644
--- a/cc/playback/display_list_recording_source.cc
+++ b/cc/playback/display_list_recording_source.cc
@@ -152,6 +152,9 @@ bool DisplayListRecordingSource::UpdateAndExpandInvalidation(
case RECORD_WITH_CONSTRUCTION_DISABLED:
painting_control = ContentLayerClient::DISPLAY_LIST_CONSTRUCTION_DISABLED;
break;
+ case RECORD_WITH_SUBSEQUENCE_CACHING_DISABLED:
+ painting_control = ContentLayerClient::SUBSEQUENCE_CACHING_DISABLED;
+ break;
case RECORD_WITH_SK_NULL_CANVAS:
case RECORDING_MODE_COUNT:
NOTREACHED();

Powered by Google App Engine
This is Rietveld 408576698