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

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

Issue 2621303004: Keep track of coalesced events in main thread event queue (Closed)
Patch Set: Rebase 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/ExternalPopupMenu.cpp
diff --git a/third_party/WebKit/Source/web/ExternalPopupMenu.cpp b/third_party/WebKit/Source/web/ExternalPopupMenu.cpp
index 8a7af6f859a95908508f5081360c94947af923ba..3b1a991e00b949f3e86e3092e5682258e81daf01 100644
--- a/third_party/WebKit/Source/web/ExternalPopupMenu.cpp
+++ b/third_party/WebKit/Source/web/ExternalPopupMenu.cpp
@@ -127,7 +127,7 @@ void ExternalPopupMenu::show() {
}
void ExternalPopupMenu::dispatchEvent(TimerBase*) {
- m_webView.handleInputEvent(*m_syntheticEvent);
+ m_webView.handleInputEvent(blink::WebCoalescedInputEvent(*m_syntheticEvent));
m_syntheticEvent.reset();
}

Powered by Google App Engine
This is Rietveld 408576698