| Index: cc/trees/layer_tree_host_common_unittest.cc
|
| diff --git a/cc/trees/layer_tree_host_common_unittest.cc b/cc/trees/layer_tree_host_common_unittest.cc
|
| index 4dab20808e9345b879e8d1122d9928b71e898fac..5b791bb808393cb0f6e349d4b93a472c61dce495 100644
|
| --- a/cc/trees/layer_tree_host_common_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_common_unittest.cc
|
| @@ -7752,7 +7752,7 @@
|
| GatherDrawnLayers(render_surface_layer_list_impl(), &actual);
|
| EXPECT_EQ(expected, actual);
|
|
|
| - child_raw->TakeReplicaLayer();
|
| + child_raw->TakeReplicaLayerForTesting();
|
|
|
| // With nothing drawing, we should have no layers.
|
| grand_child2_raw->SetDrawsContent(false);
|
|
|