| Index: cc/test/layer_tree_host_common_test.cc
|
| diff --git a/cc/test/layer_tree_host_common_test.cc b/cc/test/layer_tree_host_common_test.cc
|
| index ffeca051a5c26050d2c01f002287b29ff87187e0..6d40f6cf2b9e983ef9e89ebcf29ac0972e34d675 100644
|
| --- a/cc/test/layer_tree_host_common_test.cc
|
| +++ b/cc/test/layer_tree_host_common_test.cc
|
| @@ -157,6 +157,7 @@ void LayerTreeHostCommonTestBase::
|
| gfx::Size(root_layer->bounds().width() * device_scale_factor,
|
| root_layer->bounds().height() * device_scale_factor);
|
| update_layer_list_impl_.reset(new LayerImplList);
|
| + root_layer->layer_tree_impl()->BuildLayerListForTesting();
|
| draw_property_utils::BuildPropertyTreesAndComputeVisibleRects(
|
| root_layer, page_scale_layer, inner_viewport_scroll_layer,
|
| outer_viewport_scroll_layer, overscroll_elasticity_layer,
|
|
|