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

Unified Diff: cc/playback/display_list_recording_source.h

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
« no previous file with comments | « cc/layers/content_layer_client.h ('k') | cc/playback/display_list_recording_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/playback/display_list_recording_source.h
diff --git a/cc/playback/display_list_recording_source.h b/cc/playback/display_list_recording_source.h
index d1caf98e03ddd5edd14313ee2d1aa99fbffebc82..4fb21648c4b44002183647d0ddd6d80805eddde6 100644
--- a/cc/playback/display_list_recording_source.h
+++ b/cc/playback/display_list_recording_source.h
@@ -36,6 +36,7 @@ class CC_EXPORT DisplayListRecordingSource {
RECORD_WITH_PAINTING_DISABLED,
RECORD_WITH_CACHING_DISABLED,
RECORD_WITH_CONSTRUCTION_DISABLED,
+ RECORD_WITH_SUBSEQUENCE_CACHING_DISABLED,
RECORDING_MODE_COUNT, // Must be the last entry.
};
« no previous file with comments | « cc/layers/content_layer_client.h ('k') | cc/playback/display_list_recording_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698