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

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: Rebase on origin/master Created 4 years, 12 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
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 37dc9065f524e864cf1821fa1c3af4645ec5fe9e..d4e6a3e6e09dd3ba63597c32770d7831f9a73346 100644
--- a/cc/playback/display_list_recording_source.cc
+++ b/cc/playback/display_list_recording_source.cc
@@ -160,6 +160,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();
« no previous file with comments | « cc/playback/display_list_recording_source.h ('k') | third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698