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

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

Issue 2004533002: mash: Fix mash in debug builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « chrome/browser/chrome_browser_main_extra_parts_x11.cc ('k') | ui/events/platform/x11/x11_event_source.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.h
diff --git a/ui/events/platform/x11/x11_event_source.h b/ui/events/platform/x11/x11_event_source.h
index 99594e6a2371595fba900e6bd7f2eda3ecea4ef3..1537f6707ed7420a3f547e844540e8f4abe3b3c8 100644
--- a/ui/events/platform/x11/x11_event_source.h
+++ b/ui/events/platform/x11/x11_event_source.h
@@ -43,6 +43,8 @@ class EVENTS_EXPORT X11EventSource {
X11EventSource(X11EventSourceDelegate* delegate, XDisplay* display);
~X11EventSource();
+ static bool HasInstance();
+
static X11EventSource* GetInstance();
// Called when there is a new XEvent available. Processes all (if any)
« no previous file with comments | « chrome/browser/chrome_browser_main_extra_parts_x11.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