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

Unified Diff: cc/resources/worker_pool.h

Issue 110883015: Add preliminary support for hw-accelerated tile rasterization. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: avoid implementing TestContextProvider::GrContext for now Created 6 years, 11 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 | « cc/resources/tile_manager.cc ('k') | cc/resources/worker_pool.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/worker_pool.h
diff --git a/cc/resources/worker_pool.h b/cc/resources/worker_pool.h
index cc8c39f3642a0997bc990ba9484aab87612909df..b4d2623842d0a70482ff56373b39be9785249ddf 100644
--- a/cc/resources/worker_pool.h
+++ b/cc/resources/worker_pool.h
@@ -105,9 +105,6 @@ class CC_EXPORT WorkerPool {
// completed.
virtual void Shutdown();
- // Force a check for completed tasks.
- virtual void CheckForCompletedTasks();
-
protected:
// A task graph contains a unique set of tasks with edges between
// dependencies pointing in the direction of the dependents. Each task
@@ -124,6 +121,9 @@ class CC_EXPORT WorkerPool {
// but completion of them is still processed.
void SetTaskGraph(TaskGraph* graph);
+ // Force a check for completed tasks.
+ void CheckForCompletedWorkerTasks();
+
private:
class Inner;
friend class Inner;
« no previous file with comments | « cc/resources/tile_manager.cc ('k') | cc/resources/worker_pool.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698