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

Unified Diff: cc/resources/direct_raster_worker_pool.h

Issue 168083002: cc: Remove RasterWorkerPool::Task. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove RasterTaskQueueIterator Created 6 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/resources/direct_raster_worker_pool.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/direct_raster_worker_pool.h
diff --git a/cc/resources/direct_raster_worker_pool.h b/cc/resources/direct_raster_worker_pool.h
index 4062218e7f83ca82e695189bf90d7442dc85e855..ac53f2c6d6eeb6f492bae81600672b4ba2bf8f66 100644
--- a/cc/resources/direct_raster_worker_pool.h
+++ b/cc/resources/direct_raster_worker_pool.h
@@ -18,7 +18,7 @@ class CC_EXPORT DirectRasterWorkerPool : public RasterWorkerPool {
ContextProvider* context_provider);
// Overridden from RasterWorkerPool:
- virtual void ScheduleTasks(RasterTask::Queue* queue) OVERRIDE;
+ virtual void ScheduleTasks(RasterTaskQueue* queue) OVERRIDE;
virtual unsigned GetResourceTarget() const OVERRIDE;
virtual ResourceFormat GetResourceFormat() const OVERRIDE;
virtual void CheckForCompletedTasks() OVERRIDE;
@@ -48,7 +48,7 @@ class CC_EXPORT DirectRasterWorkerPool : public RasterWorkerPool {
bool run_tasks_on_origin_thread_pending_;
- RasterTask::Queue raster_tasks_;
+ RasterTaskQueue raster_tasks_;
bool raster_tasks_pending_;
bool raster_tasks_required_for_activation_pending_;
« no previous file with comments | « no previous file | cc/resources/direct_raster_worker_pool.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698