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

Unified Diff: cc/resources/raster_worker_pool_delegate.cc

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 | « cc/resources/raster_worker_pool_delegate.h ('k') | cc/resources/raster_worker_pool_perftest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/raster_worker_pool_delegate.cc
diff --git a/cc/resources/raster_worker_pool_delegate.cc b/cc/resources/raster_worker_pool_delegate.cc
index dca4cfc1e03368bdf3bfbdc663fb5e1950bcb4bd..6a2edaebf48b40044db08c3359b0c6bcfc3d89ef 100644
--- a/cc/resources/raster_worker_pool_delegate.cc
+++ b/cc/resources/raster_worker_pool_delegate.cc
@@ -40,8 +40,7 @@ void RasterWorkerPoolDelegate::Shutdown() {
(*it)->Shutdown();
}
-void RasterWorkerPoolDelegate::ScheduleTasks(
- RasterWorkerPool::RasterTask::Queue* raster_queue) {
+void RasterWorkerPoolDelegate::ScheduleTasks(RasterTaskQueue* raster_queue) {
for (size_t i = 0; i < raster_worker_pools_.size(); ++i)
raster_worker_pools_[i]->ScheduleTasks(&raster_queue[i]);
« no previous file with comments | « cc/resources/raster_worker_pool_delegate.h ('k') | cc/resources/raster_worker_pool_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698