| 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..47e8214d469e840326fe3dae76d437670efd9dea 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::DispatchXEventNow(XEvent* event) {
|
| + ExtractCookieDataDispatchEvent(event);
|
| +}
|
| +
|
| void X11EventSource::BlockUntilWindowMapped(XID window) {
|
| BlockOnWindowStructureEvent(window, MapNotify);
|
| }
|
|
|