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 88be2c02a7f8901cc5899eefefe8bd65256bf463..0444ed6892eb52c0673d97387a331f6aa5be74e0 100644 |
--- a/cc/resources/pixel_buffer_raster_worker_pool.h |
+++ b/cc/resources/pixel_buffer_raster_worker_pool.h |
@@ -82,6 +82,8 @@ class CC_EXPORT PixelBufferRasterWorkerPool : public RasterWorkerPool { |
bool should_notify_client_if_no_tasks_are_pending_; |
bool should_notify_client_if_no_tasks_required_for_activation_are_pending_; |
+ bool raster_finished_task_pending_; |
+ bool raster_required_for_activation_finished_task_pending_; |
ResourceFormat format_; |
DISALLOW_COPY_AND_ASSIGN(PixelBufferRasterWorkerPool); |