| 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)
|
|
|