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

Unified Diff: third_party/WebKit/Source/web/WebPagePopupImpl.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/WebPagePopupImpl.cpp
diff --git a/third_party/WebKit/Source/web/WebPagePopupImpl.cpp b/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
index 9f4e2d9c7e3c0d8522aa49742ad273b0f0658e73..8968f7e0bc76781ed1a81163318a48f0b73552d4 100644
--- a/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
+++ b/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
@@ -498,7 +498,7 @@ WebInputEventResult WebPagePopupImpl::handleInputEvent(
if (m_closing)
return WebInputEventResult::NotHandled;
return PageWidgetDelegate::handleInputEvent(
- *this, event, m_page->deprecatedLocalMainFrame());
+ *this, WebCoalescedInputEvent(event), m_page->deprecatedLocalMainFrame());
}
void WebPagePopupImpl::setFocus(bool enable) {

Powered by Google App Engine
This is Rietveld 408576698