| Index: third_party/WebKit/Source/web/WebViewImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| index 093f4e22ef6ba11e1d66cb2f7e0a6bcc67dce22f..b59a265385640e16ca4d4937872f49e99defc2bf 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -2206,7 +2206,7 @@ WebInputEventResult WebViewImpl::handleInputEvent(
|
|
|
| // FIXME: This should take in the intended frame, not the local frame root.
|
| WebInputEventResult result = PageWidgetDelegate::handleInputEvent(
|
| - *this, inputEvent, mainFrameImpl()->frame());
|
| + *this, WebCoalescedInputEvent(inputEvent), mainFrameImpl()->frame());
|
| if (result != WebInputEventResult::NotHandled)
|
| return result;
|
|
|
|
|