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

Unified Diff: cc/blink/web_content_layer_impl.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/blink/web_content_layer_impl.cc
diff --git a/cc/blink/web_content_layer_impl.cc b/cc/blink/web_content_layer_impl.cc
index 6f7b66c29bba47510e26e028bef1de77bf8698d1..5e4e744f18ba84b02ad08ad677f4c3c2db35ed98 100644
--- a/cc/blink/web_content_layer_impl.cc
+++ b/cc/blink/web_content_layer_impl.cc
@@ -40,6 +40,8 @@ PaintingControlToWeb(
return blink::WebContentLayerClient::DisplayListCachingDisabled;
case cc::ContentLayerClient::DISPLAY_LIST_PAINTING_DISABLED:
return blink::WebContentLayerClient::DisplayListPaintingDisabled;
+ case cc::ContentLayerClient::SUBSEQUENCE_CACHING_DISABLED:
+ return blink::WebContentLayerClient::SubsequenceCachingDisabled;
}
NOTREACHED();
return blink::WebContentLayerClient::PaintDefaultBehavior;

Powered by Google App Engine
This is Rietveld 408576698