| Index: cc/resources/gpu_tile_task_worker_pool.h
|
| diff --git a/cc/resources/gpu_tile_task_worker_pool.h b/cc/resources/gpu_tile_task_worker_pool.h
|
| index e62c17f9f86d2a829a069933b18e5a279b7621b3..5d35ef9c9baa2880932e54bfc5e7a542570bdc8b 100644
|
| --- a/cc/resources/gpu_tile_task_worker_pool.h
|
| +++ b/cc/resources/gpu_tile_task_worker_pool.h
|
| @@ -47,8 +47,6 @@ class CC_EXPORT GpuTileTaskWorkerPool : public TileTaskWorkerPool,
|
| const NamespaceToken namespace_token_;
|
| TileTaskRunnerClient* client_;
|
|
|
| - bool run_tasks_on_origin_thread_pending_;
|
| -
|
| TaskSetCollection tasks_pending_;
|
|
|
| scoped_refptr<TileTask> task_set_finished_tasks_[kNumberOfTaskSets];
|
|
|