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