| Index: cc/layers/render_surface_impl_unittest.cc
|
| diff --git a/cc/layers/render_surface_impl_unittest.cc b/cc/layers/render_surface_impl_unittest.cc
|
| index 815ebd3e3d5f1e4756cc4ba00fd5b51264557a2d..b9ecefa3c0c7483d0c6267c9617f408d1c82abaf 100644
|
| --- a/cc/layers/render_surface_impl_unittest.cc
|
| +++ b/cc/layers/render_surface_impl_unittest.cc
|
| @@ -96,7 +96,7 @@ TEST(RenderSurfaceLayerImplTest, AppendQuadsWithScaledMask) {
|
| impl.host_impl()->active_tree()->SetRootLayer(std::move(root));
|
|
|
| impl.host_impl()->SetViewportSize(viewport_size);
|
| - impl.host_impl()->active_tree()->BuildPropertyTreesForTesting();
|
| + impl.host_impl()->active_tree()->BuildLayerListAndPropertyTreesForTesting();
|
| impl.host_impl()->active_tree()->UpdateDrawProperties(false);
|
|
|
| LayerImpl* surface_raw =
|
|
|