Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(126)

Unified Diff: ui/events/platform/x11/x11_event_source.h

Issue 2329323002: Avoid blocking while mapping an X11 window (Closed)
Patch Set: UpdateMinAndMaxSize in MapWindow Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
- void BlockUntilWindowUnmapped(XID window);
-
XDisplay* display() { return display_; }
// Returns the timestamp of the event currently being dispatched. Falls back
« no previous file with comments | « chrome/browser/extensions/extension_commands_global_registry_apitest.cc ('k') | ui/events/platform/x11/x11_event_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698