diff options
Diffstat (limited to 'ash/shell.h')
-rw-r--r-- | ash/shell.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ash/shell.h b/ash/shell.h index 237c4945..153cd44 100644 --- a/ash/shell.h +++ b/ash/shell.h @@ -28,6 +28,9 @@ class FocusManager; class Monitor; class RootWindow; class Window; +namespace client { +class UserActionClient; +} namespace shared { class InputMethodEventFilter; class RootWindowEventFilter; @@ -381,6 +384,7 @@ class ASH_EXPORT Shell { scoped_ptr<internal::MagnificationController> magnification_controller_; scoped_ptr<internal::ScreenDimmer> screen_dimmer_; scoped_ptr<aura::FocusManager> focus_manager_; + scoped_ptr<aura::client::UserActionClient> user_action_client_; // An event filter that rewrites or drops a key event. scoped_ptr<internal::KeyRewriterEventFilter> key_rewriter_filter_; |