| Index: cc/trees/layer_tree_host_common.cc
|
| diff --git a/cc/trees/layer_tree_host_common.cc b/cc/trees/layer_tree_host_common.cc
|
| index 94b29fbf0d09615d2cd8bcf5358d2d83c67acdde..7cd8974bf0c2d5aeebd6310be4c78312e6697f99 100644
|
| --- a/cc/trees/layer_tree_host_common.cc
|
| +++ b/cc/trees/layer_tree_host_common.cc
|
| @@ -676,6 +676,7 @@ void LayerTreeHostCommon::CalculateDrawProperties(
|
|
|
| void LayerTreeHostCommon::CalculateDrawPropertiesForTesting(
|
| CalcDrawPropsImplInputsForTesting* inputs) {
|
| + inputs->root_layer->layer_tree_impl()->BuildLayerListForTesting();
|
| PropertyTreeBuilder::PreCalculateMetaInformationForTesting(
|
| inputs->root_layer);
|
| CalculateDrawPropertiesInternal(inputs, BUILD_PROPERTY_TREES_IF_NEEDED);
|
|
|