| Index: cc/resources/video_resource_updater_unittest.cc
|
| diff --git a/cc/resources/video_resource_updater_unittest.cc b/cc/resources/video_resource_updater_unittest.cc
|
| index 86cbc3f596b816ec4e7696f5f87896c664fba776..dcb72e349d36e13978afa93c69ce7b21ad434eca 100644
|
| --- a/cc/resources/video_resource_updater_unittest.cc
|
| +++ b/cc/resources/video_resource_updater_unittest.cc
|
| @@ -26,7 +26,7 @@ class VideoResourceUpdaterTest : public testing::Test {
|
| FakeOutputSurface::Create3d(context3d.Pass());
|
| CHECK(output_surface3d_->BindToClient(&client_));
|
| resource_provider3d_ =
|
| - ResourceProvider::Create(output_surface3d_.get(), NULL, 0, false);
|
| + ResourceProvider::Create(output_surface3d_.get(), NULL, 0, false, 1);
|
| }
|
|
|
| scoped_refptr<media::VideoFrame> CreateTestYUVVideoFrame() {
|
|
|