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

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

Issue 2576013002: Introducing WebCoalescedInputEvent and inclusion in content/common (Closed)
Patch Set: Fix a few DCHECK hits Created 3 years, 11 months 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 bdd2be239203df2db2d197af05b7a5dac3298148..a4055eb27dccb88f95aef0ab5dea65cc250dc739 100644
--- a/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
+++ b/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
@@ -507,7 +507,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