| Index: ui/views/controls/scrollbar/base_scroll_bar.cc
|
| diff --git a/ui/views/controls/scrollbar/base_scroll_bar.cc b/ui/views/controls/scrollbar/base_scroll_bar.cc
|
| index 82d852944b656dadf77f632a2663201039b3eb64..b778329fb2308aed8f6b3c2a178d11958c71f7d8 100644
|
| --- a/ui/views/controls/scrollbar/base_scroll_bar.cc
|
| +++ b/ui/views/controls/scrollbar/base_scroll_bar.cc
|
| @@ -194,6 +194,10 @@ bool BaseScrollBar::OnMouseWheel(const ui::MouseWheelEvent& event) {
|
| return true;
|
| }
|
|
|
| +void BaseScrollBar::OnScrollEvent(ui::ScrollEvent* event) {
|
| + controller()->OnScrollEventFromScrollBar(event);
|
| +}
|
| +
|
| void BaseScrollBar::OnGestureEvent(ui::GestureEvent* event) {
|
| // If a fling is in progress, then stop the fling for any incoming gesture
|
| // event (except for the GESTURE_END event that is generated at the end of the
|
|
|