| 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 1923e95fa14dbb8d97d401201129b4d8ad1dc355..a50b79d836f3aa4ffca707ee73196e1c99a3e253 100644
|
| --- a/ui/events/platform/x11/x11_event_source.cc
|
| +++ b/ui/events/platform/x11/x11_event_source.cc
|
| @@ -148,10 +148,6 @@ void X11EventSource::BlockUntilWindowMapped(XID window) {
|
| BlockOnWindowStructureEvent(window, MapNotify);
|
| }
|
|
|
| -void X11EventSource::BlockUntilWindowUnmapped(XID window) {
|
| - BlockOnWindowStructureEvent(window, UnmapNotify);
|
| -}
|
| -
|
| Time X11EventSource::GetCurrentServerTime() {
|
| DCHECK(display_);
|
|
|
|
|