| 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 ca7a96a1f2805e76dca4f8859a4cced4f6c04e86..37f1306110fe427509ac97d7469cd7462cb8ae28 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -742,6 +742,7 @@ class CC_EXPORT LayerTreeHostImpl
|
| bool wheel_scrolling_;
|
| bool scroll_affects_scroll_handler_;
|
| int scroll_layer_id_mouse_currently_over_;
|
| + int scroll_layer_id_mouse_currently_captured_;
|
|
|
| std::vector<std::unique_ptr<SwapPromise>>
|
| swap_promises_for_main_thread_scroll_update_;
|
| @@ -806,8 +807,6 @@ 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>
|
|
|