Chromium Code Reviews| 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); |
|
danakj
2013/09/03 17:18:57
this is a size_t now right?
kaanb
2013/09/03 20:43:11
Done.
|
| } |
| raster_worker_pool_->SetClient(this); |