| 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 023be7907ada8e5618ed602e376566f5ea6ac757..1c44d3155dcba62c707a984706897754483a587a 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();
|
|
|