| 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 8d4b654cbd0dda46064df3bed42661888cddd7b9..34fc9e2296f6f7ca8da35ceb5cf3c4d617b71d54 100644
|
| --- a/cc/layers/render_surface_impl_unittest.cc
|
| +++ b/cc/layers/render_surface_impl_unittest.cc
|
| @@ -91,8 +91,8 @@ TEST(RenderSurfaceLayerImplTest, AppendQuadsWithScaledMask) {
|
| child->SetDrawsContent(true);
|
| child->SetBounds(layer_size);
|
|
|
| - surface->AddChild(std::move(child));
|
| - root->AddChild(std::move(surface));
|
| + surface->test_properties()->AddChild(std::move(child));
|
| + root->test_properties()->AddChild(std::move(surface));
|
| impl.host_impl()->active_tree()->SetRootLayer(std::move(root));
|
|
|
| impl.host_impl()->SetViewportSize(viewport_size);
|
|
|