Index: cc/raster/tile_task_worker_pool.h |
diff --git a/cc/raster/tile_task_worker_pool.h b/cc/raster/tile_task_worker_pool.h |
index 5f229619b5ddfdcf8b8cea2561e0ca78a6b35b6b..6b9ff9470416ca6c653f378367eab4aed402355f 100644 |
--- a/cc/raster/tile_task_worker_pool.h |
+++ b/cc/raster/tile_task_worker_pool.h |
@@ -26,7 +26,7 @@ class CC_EXPORT TileTaskWorkerPool { |
// Utility function that can be used to call ::ScheduleOnOriginThread() for |
// each task in |graph|. |
- static void ScheduleTasksOnOriginThread(TileTaskClient* client, |
+ static void ScheduleTasksOnOriginThread(DependencyTaskClient* client, |
TaskGraph* graph); |
// Utility function that will create a temporary bitmap and copy pixels to |