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 39a8a48b376ee3cd50f697163602391734c4beaa..f9aa965ed7e6251ead22e43c600725a1d2aa6866 100644 |
| --- a/cc/resources/raster_worker_pool_unittest.cc |
| +++ b/cc/resources/raster_worker_pool_unittest.cc |
| @@ -15,6 +15,7 @@ |
| #include "cc/resources/scoped_resource.h" |
| #include "cc/test/fake_output_surface.h" |
| #include "cc/test/fake_output_surface_client.h" |
| +#include "cc/trees/layer_tree_settings.h" |
|
danakj
2013/08/23 23:25:39
not needed?
kaanb
2013/08/24 00:25:01
Include-What-You-Use
|
| #include "testing/gtest/include/gtest/gtest.h" |
| namespace cc { |
| @@ -104,7 +105,7 @@ class RasterWorkerPoolTest : public testing::Test, |
| resource_provider(), 1); |
| } else { |
| raster_worker_pool_ = PixelBufferRasterWorkerPool::Create( |
| - resource_provider(), 1); |
| + resource_provider(), 1, kDefaultMaxTransferBufferUsageBytes); |
| } |
| raster_worker_pool_->SetClient(this); |