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

Unified Diff: ui/events/platform/x11/x11_event_source.cc

Issue 1324913002: Fix out of order key events in Chrome on Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 4 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: ui/events/platform/x11/x11_event_source.cc
diff --git a/ui/events/platform/x11/x11_event_source.cc b/ui/events/platform/x11/x11_event_source.cc
index ea5638d34ec9fc54873db958277a390feb370098..80d7f7191ea746426ff646262847ef840782ee0d 100644
--- a/ui/events/platform/x11/x11_event_source.cc
+++ b/ui/events/platform/x11/x11_event_source.cc
@@ -140,6 +140,10 @@ void X11EventSource::DispatchXEvents() {
}
}
+void X11EventSource::DispatchEventNow(XEvent* event) {
+ ExtractCookieDataDispatchEvent(event);
+}
+
void X11EventSource::BlockUntilWindowMapped(XID window) {
BlockOnWindowStructureEvent(window, MapNotify);
}
« ui/events/platform/x11/x11_event_source.h ('K') | « ui/events/platform/x11/x11_event_source.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698