| Index: cc/test/fake_layer_tree_host_impl.cc
|
| diff --git a/cc/test/fake_layer_tree_host_impl.cc b/cc/test/fake_layer_tree_host_impl.cc
|
| index d3aa2a025e7dbd0820c0c9f4fac4fa70ff21cec9..80bde83136b4dfadc214769f7cc1eec0ce2008da 100644
|
| --- a/cc/test/fake_layer_tree_host_impl.cc
|
| +++ b/cc/test/fake_layer_tree_host_impl.cc
|
| @@ -102,7 +102,7 @@ void FakeLayerTreeHostImpl::UpdateNumChildrenAndDrawProperties(
|
| LayerTreeImpl* layerTree) {
|
| RecursiveUpdateNumChildren(layerTree->root_layer());
|
| bool update_lcd_text = false;
|
| - layerTree->BuildPropertyTreesForTesting();
|
| + layerTree->BuildLayerListAndPropertyTreesForTesting();
|
| layerTree->UpdateDrawProperties(update_lcd_text);
|
| }
|
|
|
|
|