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

Unified Diff: cc/base/worker_pool.h

Issue 16190002: cc: Add new RasterWorkerPool interface. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: pass unit tests Created 7 years, 7 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/cc.gyp » ('j') | cc/resources/image_raster_worker_pool.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/worker_pool.h
diff --git a/cc/base/worker_pool.h b/cc/base/worker_pool.h
index 627e636eb8b6adaf9ebd720f8a144c558bcb27e6..5144db875129f401f720cd79edc51ed9a40825b7 100644
--- a/cc/base/worker_pool.h
+++ b/cc/base/worker_pool.h
@@ -79,7 +79,7 @@ class CC_EXPORT WorkerPool {
}
// Force a check for completed tasks.
- void CheckForCompletedTasks();
+ virtual void CheckForCompletedTasks();
protected:
WorkerPool(size_t num_threads,
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | cc/resources/image_raster_worker_pool.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698