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

Unified Diff: blimp/client/compositor/blimp_layer_tree_settings.cc

Issue 1514743002: cc: turn on strict paint property checking (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 | « no previous file | cc/base/switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/compositor/blimp_layer_tree_settings.cc
diff --git a/blimp/client/compositor/blimp_layer_tree_settings.cc b/blimp/client/compositor/blimp_layer_tree_settings.cc
index 029e328c78ce21e38462472a33910cf1d1b49733..992ccc8fadaad25d455a0cab4c735343e2f766d1 100644
--- a/blimp/client/compositor/blimp_layer_tree_settings.cc
+++ b/blimp/client/compositor/blimp_layer_tree_settings.cc
@@ -52,7 +52,6 @@ void PopulateCommonLayerTreeSettings(cc::LayerTreeSettings* settings) {
settings->initial_debug_state.show_screen_space_rects = false;
settings->initial_debug_state.show_replica_screen_space_rects = false;
settings->initial_debug_state.SetRecordRenderingStats(false);
- settings->strict_layer_property_change_checking = false;
#if defined(OS_ANDROID)
if (base::SysInfo::IsLowEndDevice())
« no previous file with comments | « no previous file | cc/base/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698