| Index: cc/trees/layer_tree_host_common.h
|
| diff --git a/cc/trees/layer_tree_host_common.h b/cc/trees/layer_tree_host_common.h
|
| index e48741af98094a2f376e9c72b8a19fef6990f10c..5809522a7827c9c0ecc50c0419f1b9c1e151a5a9 100644
|
| --- a/cc/trees/layer_tree_host_common.h
|
| +++ b/cc/trees/layer_tree_host_common.h
|
| @@ -263,7 +263,7 @@ LayerTreeHostCommon::CalcDrawPropsInputsForTesting<LayerType,
|
| false,
|
| true,
|
| false,
|
| - true,
|
| + false,
|
| render_surface_layer_list,
|
| 0,
|
| GetPropertyTrees(root_layer, &temporary_property_trees)) {
|
| @@ -292,7 +292,7 @@ LayerTreeHostCommon::CalcDrawPropsInputsForTesting<LayerType,
|
| false,
|
| true,
|
| false,
|
| - true,
|
| + false,
|
| render_surface_layer_list,
|
| 0,
|
| GetPropertyTrees(root_layer, &temporary_property_trees)) {
|
|
|