| Index: cc/resources/raster_worker_pool_unittest.cc
|
| diff --git a/cc/resources/raster_worker_pool_unittest.cc b/cc/resources/raster_worker_pool_unittest.cc
|
| index 2c8973bad6513e6f8061ca08245ca2aceb25a707..f64419e29e0a0f5af5f95c2ca9817fad40a8570e 100644
|
| --- a/cc/resources/raster_worker_pool_unittest.cc
|
| +++ b/cc/resources/raster_worker_pool_unittest.cc
|
| @@ -67,8 +67,8 @@ class RasterWorkerPoolTest : public testing::Test,
|
| output_surface_ = FakeOutputSurface::Create3d(context_provider_).Pass();
|
| CHECK(output_surface_->BindToClient(&output_surface_client_));
|
|
|
| - resource_provider_ =
|
| - ResourceProvider::Create(output_surface_.get(), NULL, 0, false).Pass();
|
| + resource_provider_ = ResourceProvider::Create(
|
| + output_surface_.get(), NULL, 0, false, 1).Pass();
|
| }
|
| virtual ~RasterWorkerPoolTest() {
|
| resource_provider_.reset();
|
|
|