Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(323)

Unified Diff: third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp

Issue 2576013002: Introducing WebCoalescedInputEvent and inclusion in content/common (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 88911afa6634ddb01c72e34c58ca7cb10664b189..a9c251e45438bf620abb034f5e56939741e763e7 100644
--- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
+++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
@@ -392,8 +392,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) {

Powered by Google App Engine
This is Rietveld 408576698