| Index: cc/input/scrollbar_animation_controller.h
|
| diff --git a/cc/input/scrollbar_animation_controller.h b/cc/input/scrollbar_animation_controller.h
|
| index 48d235b6642a86fbd50c5a4cb37c2006a4eb7daa..64bf2b6ac0627f996d53ca3e68a227726857aa6a 100644
|
| --- a/cc/input/scrollbar_animation_controller.h
|
| +++ b/cc/input/scrollbar_animation_controller.h
|
| @@ -154,6 +154,8 @@ class CC_EXPORT ScrollbarAnimationController {
|
| const bool show_scrollbars_on_scroll_gesture_;
|
| const bool need_thinning_animation_;
|
|
|
| + bool is_mouse_down_;
|
| +
|
| std::unique_ptr<SingleScrollbarAnimationControllerThinning>
|
| vertical_controller_;
|
| std::unique_ptr<SingleScrollbarAnimationControllerThinning>
|
|
|