Chromium Code Reviews| 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..81ed46eca8197ac9f536bd6145e1df57c9ace205 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_animation_controller_; |
|
bokan
2017/02/10 16:53:48
captured_scrollbar_animation_controller_
|
| + |
| RenderingStatsInstrumentation* rendering_stats_instrumentation_; |
| MicroBenchmarkControllerImpl micro_benchmark_controller_; |
| std::unique_ptr<SynchronousTaskGraphRunner> |