| Index: cc/resources/pixel_buffer_tile_task_worker_pool.h
|
| diff --git a/cc/resources/pixel_buffer_tile_task_worker_pool.h b/cc/resources/pixel_buffer_tile_task_worker_pool.h
|
| index 1135dc9be7df6ba8703de22db8153769b10811b2..f40985ff66de17072c6cbcbdc6e152b8c30af488 100644
|
| --- a/cc/resources/pixel_buffer_tile_task_worker_pool.h
|
| +++ b/cc/resources/pixel_buffer_tile_task_worker_pool.h
|
| @@ -96,6 +96,7 @@ class CC_EXPORT PixelBufferTileTaskWorkerPool : public TileTaskWorkerPool,
|
| scoped_refptr<base::debug::ConvertableToTraceFormat> StateAsValue() const;
|
| void ThrottleStateAsValueInto(base::debug::TracedValue* throttle_state) const;
|
|
|
| + bool single_entry_holder;
|
| scoped_refptr<base::SequencedTaskRunner> task_runner_;
|
| TaskGraphRunner* task_graph_runner_;
|
| const NamespaceToken namespace_token_;
|
|
|