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 38ea21d01b3f94eef1ddd0f87530c76cc9ef1961..b3f3da9a1eeb88ff69c1645ee18098ccc050f33f 100644 |
--- a/cc/layers/video_layer_impl_unittest.cc |
+++ b/cc/layers/video_layer_impl_unittest.cc |
@@ -110,7 +110,7 @@ TEST(VideoLayerImplTest, OccludesOtherLayers) { |
layer_impl->AddChild(std::move(video_layer_impl)); |
active_tree->SetRootLayer(std::move(layer_impl)); |
- active_tree->BuildPropertyTreesForTesting(); |
+ active_tree->BuildLayerListAndPropertyTreesForTesting(); |
active_tree->UpdateDrawProperties(false); |
@@ -312,7 +312,7 @@ TEST(VideoLayerImplTest, SoftwareVideoFrameGeneratesYUVQuad) { |
impl.AddChildToRoot<VideoLayerImpl>(&provider, media::VIDEO_ROTATION_0); |
video_layer_impl->SetBounds(layer_size); |
video_layer_impl->SetDrawsContent(true); |
- impl.host_impl()->active_tree()->BuildPropertyTreesForTesting(); |
+ impl.host_impl()->active_tree()->BuildLayerListAndPropertyTreesForTesting(); |
gfx::Rect occluded; |
impl.AppendQuadsWithOcclusion(video_layer_impl, occluded); |
@@ -356,7 +356,7 @@ TEST(VideoLayerImplTest, NativeYUVFrameGeneratesYUVQuad) { |
impl.AddChildToRoot<VideoLayerImpl>(&provider, media::VIDEO_ROTATION_0); |
video_layer_impl->SetBounds(layer_size); |
video_layer_impl->SetDrawsContent(true); |
- impl.host_impl()->active_tree()->BuildPropertyTreesForTesting(); |
+ impl.host_impl()->active_tree()->BuildLayerListAndPropertyTreesForTesting(); |
gfx::Rect occluded; |
impl.AppendQuadsWithOcclusion(video_layer_impl, occluded); |