summaryrefslogtreecommitdiffstats
path: root/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/views/widget/desktop_aura/desktop_native_widget_aura.h')
-rw-r--r--ui/views/widget/desktop_aura/desktop_native_widget_aura.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
index 6fc4b35..3cf6979 100644
--- a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
+++ b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
@@ -40,6 +40,7 @@ class WindowModalityController;
class DesktopCaptureClient;
class DesktopDispatcherClient;
+class DesktopEventClient;
class DesktopRootWindowHost;
class DropHelper;
class TooltipManagerAura;
@@ -265,6 +266,7 @@ class VIEWS_EXPORT DesktopNativeWidgetAura
scoped_ptr<aura::client::ScreenPositionClient> position_client_;
scoped_ptr<aura::client::DragDropClient> drag_drop_client_;
scoped_ptr<aura::client::WindowTreeClient> window_tree_client_;
+ scoped_ptr<DesktopEventClient> event_client_;
// Toplevel event filter which dispatches to other event filters.
corewm::CompoundEventFilter* root_window_event_filter_;