| Index: cc/trees/layer_tree_impl.cc
|
| diff --git a/cc/trees/layer_tree_impl.cc b/cc/trees/layer_tree_impl.cc
|
| index 858506a78c8b756cc912bb6f810650ff87038aa4..74603d51fbc0f1016e5cc45cfd7ffa8a6b09b4a4 100644
|
| --- a/cc/trees/layer_tree_impl.cc
|
| +++ b/cc/trees/layer_tree_impl.cc
|
| @@ -953,7 +953,7 @@ bool LayerTreeImpl::UpdateDrawProperties(bool update_lcd_text) {
|
| }
|
|
|
| void LayerTreeImpl::BuildPropertyTreesForTesting() {
|
| - LayerTreeHostCommon::PreCalculateMetaInformationForTesting(root_layer_);
|
| + PropertyTreeBuilder::PreCalculateMetaInformationForTesting(root_layer_);
|
| property_trees_.transform_tree.set_source_to_parent_updates_allowed(true);
|
| PropertyTreeBuilder::BuildPropertyTrees(
|
| root_layer_, PageScaleLayer(), InnerViewportScrollLayer(),
|
|
|