Index: cc/layers/video_frame_provider_client_impl_unittest.cc |
diff --git a/cc/layers/video_frame_provider_client_impl_unittest.cc b/cc/layers/video_frame_provider_client_impl_unittest.cc |
index f2f2c0d9d005ab0026571206762c215bc3d72855..05385e46e56b6f4a175f0c0f67ce27090ac1f8bd 100644 |
--- a/cc/layers/video_frame_provider_client_impl_unittest.cc |
+++ b/cc/layers/video_frame_provider_client_impl_unittest.cc |
@@ -76,7 +76,6 @@ class VideoFrameProviderClientImplTest : public testing::Test, |
video_layer_impl_ = impl_.AddChildToRoot<VideoLayerImpl>( |
&provider_, media::VIDEO_ROTATION_0); |
video_layer_impl_->SetBounds(layer_size); |
- video_layer_impl_->SetContentBounds(layer_size); |
video_layer_impl_->SetDrawsContent(true); |
client_impl_->SetActiveVideoLayer(video_layer_impl_); |
ASSERT_TRUE(client_impl_->ActiveVideoLayer()); |