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

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: rebase 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') | no next file with comments »
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 a27757a1f7c03b177d56051226c22340eecd012d..72a4f7ece5cc686759e9005f8d69b29e9121dea8 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698