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

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

Issue 1723303002: Implement GLX for Ozone X11. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change to use #define Created 4 years, 3 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
« no previous file with comments | « content/gpu/gpu_main.cc ('k') | ui/events/platform/x11/x11_event_source_libevent.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/platform/x11/x11_event_source_libevent.h
diff --git a/ui/events/platform/x11/x11_event_source_libevent.h b/ui/events/platform/x11/x11_event_source_libevent.h
index b9f2eba9c8dfe4ac239e7a29f27884da358e6d3f..bc2ab738de283445614f2fc7f51015276ff35606 100644
--- a/ui/events/platform/x11/x11_event_source_libevent.h
+++ b/ui/events/platform/x11/x11_event_source_libevent.h
@@ -39,6 +39,8 @@ class EVENTS_EXPORT X11EventSourceLibevent
explicit X11EventSourceLibevent(XDisplay* display);
~X11EventSourceLibevent() override;
+ static X11EventSourceLibevent* GetInstance();
+
// Adds a XEvent dispatcher to the XEvent dispatcher list.
void AddXEventDispatcher(XEventDispatcher* dispatcher);
« no previous file with comments | « content/gpu/gpu_main.cc ('k') | ui/events/platform/x11/x11_event_source_libevent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698