Chromium Code Reviews| 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 bd925027856034e64c30dee5786a9a07486f7a15..6f63c49fd900821b3a3b91f9ff2bdd5fb53a6b0b 100644 |
| --- a/ui/events/platform/x11/x11_event_source.h |
| +++ b/ui/events/platform/x11/x11_event_source.h |
| @@ -67,8 +67,6 @@ class EVENTS_EXPORT X11EventSource { |
| // functions which require a mapped window. |
| void BlockUntilWindowMapped(XID window); |
|
Tom (Use chromium acct)
2016/09/26 17:26:04
This should be done in the future, but I just want
|
| - void BlockUntilWindowUnmapped(XID window); |
| - |
| XDisplay* display() { return display_; } |
| // Returns the timestamp of the event currently being dispatched. Falls back |