Index: cc/raster_worker_pool.h |
diff --git a/cc/raster_worker_pool.h b/cc/raster_worker_pool.h |
index d58df2d080ccfd5a04ecb35d0e981493fc6aef0a..0b97962069b4134c16ebd0b845d7b2c173cb5b60 100644 |
--- a/cc/raster_worker_pool.h |
+++ b/cc/raster_worker_pool.h |
@@ -25,6 +25,7 @@ class RasterWorkerPool : public WorkerPool { |
} |
void PostRasterTaskAndReply(PicturePileImpl* picture_pile, |
+ bool is_cheap, |
const RasterCallback& task, |
const base::Closure& reply); |