Index: cc/resources/one_copy_raster_worker_pool.h |
diff --git a/cc/resources/one_copy_raster_worker_pool.h b/cc/resources/one_copy_raster_worker_pool.h |
index 1dc102f81a8c980fb0155b8a8e30da95ddcfa682..b209da274bf2f33d7f3c62c4e66ee1c5a0400fe8 100644 |
--- a/cc/resources/one_copy_raster_worker_pool.h |
+++ b/cc/resources/one_copy_raster_worker_pool.h |
@@ -62,8 +62,7 @@ class CC_EXPORT OneCopyRasterWorkerPool : public RasterWorkerPool, |
const Resource* dst, |
const RasterSource* raster_source, |
const gfx::Rect& rect, |
- float scale, |
- RenderingStatsInstrumentation* stats); |
+ float scale); |
// Issues copy operations until |sequence| has been processed. This will |
// return immediately if |sequence| has already been processed. |