diff options
Diffstat (limited to 'ash/shell.h')
-rw-r--r-- | ash/shell.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ash/shell.h b/ash/shell.h index 2413c4b..40d5e20 100644 --- a/ash/shell.h +++ b/ash/shell.h @@ -252,6 +252,8 @@ class ASH_EXPORT Shell { // when the screen is initially created. static bool initially_hide_cursor_; + scoped_ptr<aura::RootWindow> root_window_; + internal::RootWindowEventFilter* root_filter_; // not owned std::vector<WindowAndBoundsPair> to_restore_; |