| Index: cc/layers/render_surface_unittest.cc
|
| diff --git a/cc/layers/render_surface_unittest.cc b/cc/layers/render_surface_unittest.cc
|
| index 26228f9d0c12c36f2e8fd55af3f96833e89bfce2..cdcf9acae44725934868d9716b7f34baaee6670c 100644
|
| --- a/cc/layers/render_surface_unittest.cc
|
| +++ b/cc/layers/render_surface_unittest.cc
|
| @@ -104,7 +104,7 @@ TEST(RenderSurfaceTest, SanityCheckSurfaceCreatesCorrectSharedQuadState) {
|
|
|
| root_layer->AddChild(std::move(owning_layer));
|
| host_impl.active_tree()->SetRootLayer(std::move(root_layer));
|
| - host_impl.active_tree()->BuildPropertyTreesForTesting();
|
| + host_impl.active_tree()->BuildLayerListAndPropertyTreesForTesting();
|
|
|
| gfx::Rect content_rect(0, 0, 50, 50);
|
| gfx::Rect clip_rect(5, 5, 40, 40);
|
|
|