Index: cc/resources/pixel_buffer_raster_worker_pool.h |
diff --git a/cc/resources/pixel_buffer_raster_worker_pool.h b/cc/resources/pixel_buffer_raster_worker_pool.h |
index b3e1893e1efb4501e68c9da3947d08029a1908df..682bba40013cefd5221cfb256dcefc8faff0e85d 100644 |
--- a/cc/resources/pixel_buffer_raster_worker_pool.h |
+++ b/cc/resources/pixel_buffer_raster_worker_pool.h |
@@ -89,6 +89,11 @@ class CC_EXPORT PixelBufferRasterWorkerPool : public RasterWorkerPool { |
bool raster_finished_task_pending_; |
bool raster_required_for_activation_finished_task_pending_; |
+ // Task graph used when scheduling tasks and vector used to gather |
+ // completed tasks. |
+ internal::TaskGraph graph_; |
+ internal::Task::Vector completed_tasks_; |
+ |
base::WeakPtrFactory<PixelBufferRasterWorkerPool> weak_factory_; |
DISALLOW_COPY_AND_ASSIGN(PixelBufferRasterWorkerPool); |