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); |
} |