Index: cc/trees/layer_tree_host_impl_unittest.cc |
diff --git a/cc/trees/layer_tree_host_impl_unittest.cc b/cc/trees/layer_tree_host_impl_unittest.cc |
index c4fd648678d1fdb0d1a9089fc7942d17c313b835..5fcadfc2d46390433fdec87b38f16d63f0a9dee1 100644 |
--- a/cc/trees/layer_tree_host_impl_unittest.cc |
+++ b/cc/trees/layer_tree_host_impl_unittest.cc |
@@ -7664,7 +7664,7 @@ |
EXPECT_FALSE(controller.begin_frame_args().IsValid()); |
host_impl_->AddVideoFrameController(&controller); |
EXPECT_TRUE(controller.begin_frame_args().IsValid()); |
- host_impl_->DidFinishImplFrame(); |
+ host_impl_->ResetCurrentBeginFrameArgsForNextFrame(); |
} |
TEST_F(LayerTreeHostImplTest, AddVideoFrameControllerOutsideFrame) { |
@@ -7673,7 +7673,7 @@ |
FakeVideoFrameController controller; |
host_impl_->WillBeginImplFrame(begin_frame_args); |
- host_impl_->DidFinishImplFrame(); |
+ host_impl_->ResetCurrentBeginFrameArgsForNextFrame(); |
EXPECT_FALSE(controller.begin_frame_args().IsValid()); |
host_impl_->AddVideoFrameController(&controller); |