| Index: ui/events/platform/x11/x11_event_source.h
|
| diff --git a/ui/events/platform/x11/x11_event_source.h b/ui/events/platform/x11/x11_event_source.h
|
| index 7b1c37de742e62bd66d9d2809d852131edd83837..c2744906ab79517ae348e285d392855947dfa110 100644
|
| --- a/ui/events/platform/x11/x11_event_source.h
|
| +++ b/ui/events/platform/x11/x11_event_source.h
|
| @@ -73,8 +73,6 @@ class EVENTS_EXPORT X11EventSource {
|
| // functions which require a mapped window.
|
| void BlockUntilWindowMapped(XID window);
|
|
|
| - void BlockUntilWindowUnmapped(XID window);
|
| -
|
| XDisplay* display() { return display_; }
|
|
|
| // Returns the timestamp of the event currently being dispatched. Falls back
|
|
|