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..63319d6b37467b7ff8b87d118c8f9ffb4c60279b 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" |
#include "testing/gtest/include/gtest/gtest.h" |
namespace cc { |
@@ -104,7 +105,9 @@ class RasterWorkerPoolTest : public testing::Test, |
resource_provider(), 1); |
} else { |
raster_worker_pool_ = PixelBufferRasterWorkerPool::Create( |
- resource_provider(), 1); |
+ resource_provider(), |
+ 1, |
+ LayerTreeSettings::kDefaultMaxTransferBufferUsageBytes); |
} |
raster_worker_pool_->SetClient(this); |