| Index: cc/resources/image_raster_worker_pool.h
|
| diff --git a/cc/resources/image_raster_worker_pool.h b/cc/resources/image_raster_worker_pool.h
|
| index 39ac7237266ced9c3a7c2c47d0ab31f1467abbd9..77f53a807ba74ed6a1e3fb5e7df12c576882745b 100644
|
| --- a/cc/resources/image_raster_worker_pool.h
|
| +++ b/cc/resources/image_raster_worker_pool.h
|
| @@ -62,8 +62,6 @@ class CC_EXPORT ImageRasterWorkerPool : public RasterWorkerPool,
|
| bool raster_tasks_pending_;
|
| bool raster_tasks_required_for_activation_pending_;
|
|
|
| - base::WeakPtrFactory<ImageRasterWorkerPool> raster_finished_weak_ptr_factory_;
|
| -
|
| scoped_refptr<RasterizerTask> raster_finished_task_;
|
| scoped_refptr<RasterizerTask> raster_required_for_activation_finished_task_;
|
|
|
| @@ -72,6 +70,8 @@ class CC_EXPORT ImageRasterWorkerPool : public RasterWorkerPool,
|
| TaskGraph graph_;
|
| Task::Vector completed_tasks_;
|
|
|
| + base::WeakPtrFactory<ImageRasterWorkerPool> raster_finished_weak_ptr_factory_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(ImageRasterWorkerPool);
|
| };
|
|
|
|
|