| Index: third_party/WebKit/Source/core/input/KeyboardEventManager.cpp
|
| diff --git a/third_party/WebKit/Source/core/input/KeyboardEventManager.cpp b/third_party/WebKit/Source/core/input/KeyboardEventManager.cpp
|
| index 72639a80a099dc373b00f3368648df081b69144b..f718f62007d0ceea44bd78e1cf4d1c0bedf318a4 100644
|
| --- a/third_party/WebKit/Source/core/input/KeyboardEventManager.cpp
|
| +++ b/third_party/WebKit/Source/core/input/KeyboardEventManager.cpp
|
| @@ -177,7 +177,7 @@ WebInputEventResult KeyboardEventManager::KeyEvent(
|
| // we want to stop.
|
| if (initial_key_event.GetType() == WebInputEvent::kKeyDown ||
|
| initial_key_event.GetType() == WebInputEvent::kRawKeyDown)
|
| - scroll_manager_->StopAutoscroll();
|
| + scroll_manager_->StopMiddleClickAutoscroll();
|
|
|
| // If we were in panscroll mode, we swallow the key event
|
| return WebInputEventResult::kHandledSuppressed;
|
|
|