| Index: cc/trees/layer_tree_host_impl.h
|
| diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
|
| index a296fc9154d1e70bbab4925aaa1d52d0e5ee9ae2..4b6e88cf779ee7016bb745228767b20c809e5976 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -794,6 +794,8 @@ class CC_EXPORT LayerTreeHostImpl
|
| std::unordered_map<int, std::unique_ptr<ScrollbarAnimationController>>
|
| scrollbar_animation_controllers_;
|
|
|
| + ScrollbarAnimationController* captured_scrollbar_animation_controller_;
|
| +
|
| RenderingStatsInstrumentation* rendering_stats_instrumentation_;
|
| MicroBenchmarkControllerImpl micro_benchmark_controller_;
|
| std::unique_ptr<SynchronousTaskGraphRunner>
|
|
|