Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5397)

Unified Diff: cc/raster_worker_pool.h

Issue 12217105: cc: Check for completed raster tasks at interval. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: confine polling to inside worker pool Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cc/raster_worker_pool.cc » ('j') | cc/tile_manager.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | cc/raster_worker_pool.cc » ('j') | cc/tile_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698