summaryrefslogtreecommitdiffstats
path: root/ui/events/platform/x11/x11_event_source.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/events/platform/x11/x11_event_source.h')
-rw-r--r--ui/events/platform/x11/x11_event_source.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/events/platform/x11/x11_event_source.h b/ui/events/platform/x11/x11_event_source.h
index 602eda6..598afa8 100644
--- a/ui/events/platform/x11/x11_event_source.h
+++ b/ui/events/platform/x11/x11_event_source.h
@@ -17,6 +17,8 @@ typedef unsigned long XID;
namespace ui {
+class HotplugEventHandlerX11;
+
// A PlatformEventSource implementation for reading events from X11 server and
// dispatching the events to the appropriate dispatcher.
class EVENTS_EXPORT X11EventSource : public PlatformEventSource {
@@ -56,6 +58,8 @@ class EVENTS_EXPORT X11EventSource : public PlatformEventSource {
// available events.
bool continue_stream_;
+ scoped_ptr<HotplugEventHandlerX11> hotplug_event_handler_;
+
DISALLOW_COPY_AND_ASSIGN(X11EventSource);
};