| 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 ac148bdd291df8f247da8250e1acfad3bb3a73ff..00997ecb0276996d18b7839382887fa6d7f20641 100644
|
| --- a/cc/resources/raster_worker_pool_unittest.cc
|
| +++ b/cc/resources/raster_worker_pool_unittest.cc
|
| @@ -104,7 +104,7 @@ class RasterWorkerPoolTest : public testing::Test,
|
| resource_provider(), 1);
|
| } else {
|
| raster_worker_pool_ = PixelBufferRasterWorkerPool::Create(
|
| - resource_provider(), 1);
|
| + resource_provider(), 1, NULL);
|
| }
|
|
|
| raster_worker_pool_->SetClient(this);
|
|
|