Index: cc/trees/layer_tree_settings.cc |
diff --git a/cc/trees/layer_tree_settings.cc b/cc/trees/layer_tree_settings.cc |
index 50ce4c7af5553d9ad92e894c46391d77459984e8..efd470cc6e82410a2e73d9fd7c7b0fe31d2f4e92 100644 |
--- a/cc/trees/layer_tree_settings.cc |
+++ b/cc/trees/layer_tree_settings.cc |
@@ -54,6 +54,7 @@ LayerTreeSettings::LayerTreeSettings() |
max_tiles_for_interest_area(128), |
max_unused_resource_memory_percentage(100), |
highp_threshold_min(0), |
+ force_direct_layer_drawing(false), |
strict_layer_property_change_checking(false) { |
// TODO(danakj): Renable surface caching when we can do it more realiably. |
// crbug.com/170713 |