| 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 fe316a79b3f0e6c597f6beefd632079b2150a8ea..fba9a99dce297f01d0e5386c677521a1a26c5236 100644
|
| --- a/cc/test/fake_layer_tree_host_impl.cc
|
| +++ b/cc/test/fake_layer_tree_host_impl.cc
|
| @@ -91,6 +91,7 @@ void FakeLayerTreeHostImpl::UpdateNumChildrenAndDrawProperties(
|
| LayerTreeImpl* layerTree) {
|
| RecursiveUpdateNumChildren(layerTree->root_layer());
|
| bool update_lcd_text = false;
|
| + layerTree->BuildPropertyTreesForTesting();
|
| layerTree->UpdateDrawProperties(update_lcd_text);
|
| }
|
|
|
|
|