| Index: cc/resources/raster_worker_pool.h
|
| diff --git a/cc/resources/raster_worker_pool.h b/cc/resources/raster_worker_pool.h
|
| index 44228601a1bf2d161a64de3fb115cf2f8e34a83f..055794626269af0469ad307db549db2f9746e35a 100644
|
| --- a/cc/resources/raster_worker_pool.h
|
| +++ b/cc/resources/raster_worker_pool.h
|
| @@ -15,7 +15,7 @@ class PicturePileImpl;
|
| // A worker thread pool that runs raster tasks.
|
| class RasterWorkerPool : public WorkerPool {
|
| public:
|
| - typedef base::Callback<void(PicturePileImpl*, RenderingStats*)>
|
| + typedef base::Callback<void(PicturePileImpl*)>
|
| RasterCallback;
|
|
|
| virtual ~RasterWorkerPool();
|
|
|