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 71d8e6be0a6626f00b14320fadb73cd0f29cbe5b..0bd5e70c3821191227638797b723526722f83676 100644 |
--- a/cc/trees/layer_tree_host_common.cc |
+++ b/cc/trees/layer_tree_host_common.cc |
@@ -676,7 +676,6 @@ 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); |