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

Unified Diff: cc/raster_worker_pool.h

Issue 12194015: cc: Rasterize cheap tiles immediately (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fix picture pile reference management. Post a task for running cheap tasks. 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
Index: cc/raster_worker_pool.h
diff --git a/cc/raster_worker_pool.h b/cc/raster_worker_pool.h
index cc5f7a12b161944a579d483781adf429e2013a8e..f9fe4cef88cd566407e6540bdff591611c581d4b 100644
--- a/cc/raster_worker_pool.h
+++ b/cc/raster_worker_pool.h
@@ -26,6 +26,7 @@ class RasterWorkerPool : public WorkerPool {
}
void PostRasterTaskAndReply(PicturePileImpl* picture_pile,
+ bool is_cheap,
const RasterCallback& task,
const base::Closure& reply);
« no previous file with comments | « cc/picture.cc ('k') | cc/raster_worker_pool.cc » ('j') | cc/raster_worker_pool.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698