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

Unified Diff: cc/resources/tile_manager.cc

Issue 17244003: cc: Move task graph construction to RasterWorkerPool classes. (Closed) Base URL: http://git.chromium.org/chromium/src.git@wp-run-count
Patch Set: add missing CC_EXPORT Created 7 years, 6 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_unittest.cc ('k') | cc/resources/worker_pool.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/tile_manager.cc
diff --git a/cc/resources/tile_manager.cc b/cc/resources/tile_manager.cc
index 48cb31fe608f9c1efaf8c0f4799b393c6a330678..ab53cfd5f3984375ae05393a16b20a326ab66ea8 100644
--- a/cc/resources/tile_manager.cc
+++ b/cc/resources/tile_manager.cc
@@ -726,7 +726,7 @@ RasterWorkerPool::RasterTask TileManager::CreateRasterTask(Tile* tile) {
make_scoped_refptr(tile),
base::Passed(&resource),
mts.raster_mode),
- decode_tasks);
+ &decode_tasks);
}
void TileManager::OnImageDecodeTaskCompleted(
« no previous file with comments | « cc/resources/raster_worker_pool_unittest.cc ('k') | cc/resources/worker_pool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698