| 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 {
|
|
|