| Index: cc/raster_worker_pool.h
|
| diff --git a/cc/raster_worker_pool.h b/cc/raster_worker_pool.h
|
| index d58df2d080ccfd5a04ecb35d0e981493fc6aef0a..9b8f5bef5e2f3b9c412e19124886f993f3a33e82 100644
|
| --- a/cc/raster_worker_pool.h
|
| +++ b/cc/raster_worker_pool.h
|
| @@ -26,7 +26,7 @@ class RasterWorkerPool : public WorkerPool {
|
|
|
| void PostRasterTaskAndReply(PicturePileImpl* picture_pile,
|
| const RasterCallback& task,
|
| - const base::Closure& reply);
|
| + const Reply& reply);
|
|
|
| private:
|
| explicit RasterWorkerPool(size_t num_threads);
|
|
|