| Index: cc/layers/video_layer_impl_unittest.cc
|
| diff --git a/cc/layers/video_layer_impl_unittest.cc b/cc/layers/video_layer_impl_unittest.cc
|
| index b3f3da9a1eeb88ff69c1645ee18098ccc050f33f..f5e145822a1755d718485df64faaded421bdc8cc 100644
|
| --- a/cc/layers/video_layer_impl_unittest.cc
|
| +++ b/cc/layers/video_layer_impl_unittest.cc
|
| @@ -107,7 +107,7 @@ TEST(VideoLayerImplTest, OccludesOtherLayers) {
|
| video_layer_impl->SetDrawsContent(true);
|
| video_layer_impl->SetContentsOpaque(true);
|
|
|
| - layer_impl->AddChild(std::move(video_layer_impl));
|
| + layer_impl->test_properties()->AddChild(std::move(video_layer_impl));
|
| active_tree->SetRootLayer(std::move(layer_impl));
|
|
|
| active_tree->BuildLayerListAndPropertyTreesForTesting();
|
|
|