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

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: Fix component build Created 5 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 e6429493f26db6a9a4c9cfc65fd0404a465b738f..2958ce97f74ad4f595ba0a39a855584ff1243598 100644
--- a/ui/events/platform/x11/x11_event_source.cc
+++ b/ui/events/platform/x11/x11_event_source.cc
@@ -107,6 +107,10 @@ void X11EventSource::DispatchXEvents() {
}
}
+void X11EventSource::DispatchEventNow(XEvent* event) {
+ ExtractCookieDataDispatchEvent(event);
+}
+
void X11EventSource::BlockUntilWindowMapped(XID window) {
XEvent event;
do {
« chrome/browser/ui/libgtk2ui/gtk2_event_loop.cc ('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