| Index: third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| index 9ab3a0a81e75eaf26acc7f379859d0e9140d532b..d33067b7bebb7f2e09bbc1afd5323c63c77a0b49 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| @@ -378,8 +378,8 @@ WebInputEventResult WebFrameWidgetImpl::handleInputEvent(
|
| return WebInputEventResult::HandledSystem;
|
| }
|
|
|
| - return PageWidgetDelegate::handleInputEvent(*this, inputEvent,
|
| - m_localRoot->frame());
|
| + return PageWidgetDelegate::handleInputEvent(
|
| + *this, WebCoalescedInputEvent(inputEvent), m_localRoot->frame());
|
| }
|
|
|
| void WebFrameWidgetImpl::setCursorVisibilityState(bool isVisible) {
|
|
|