diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-08 00:29:18 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-08 00:29:18 +0000 |
commit | 60a978b79ab70b3c9d0e26aefa6d0106cc016df2 (patch) | |
tree | 7ae6ef143e2486d1afb7dc35c08181e0a883490d /ash/shell.h | |
parent | 0724a8404d68deeafb013c75eb0e954b65ed7c66 (diff) | |
download | chromium_src-60a978b79ab70b3c9d0e26aefa6d0106cc016df2.zip chromium_src-60a978b79ab70b3c9d0e26aefa6d0106cc016df2.tar.gz chromium_src-60a978b79ab70b3c9d0e26aefa6d0106cc016df2.tar.bz2 |
Factor out capture code from RootWindow to CaptureClient
BUG=123160
TEST=no functional change. all test should pass.
Review URL: https://chromiumcodereview.appspot.com/10525005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141131 0039d316-1c4b-4281-b951-d872f2087c98
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 84f8d5d..27ce5e2 100644 --- a/ash/shell.h +++ b/ash/shell.h @@ -79,6 +79,7 @@ namespace internal { class AcceleratorFilter; class ActivationController; class AppListController; +class CaptureController; class DragDropController; class EventClientImpl; class FocusCycler; @@ -394,6 +395,7 @@ class ASH_EXPORT Shell : aura::CursorDelegate { scoped_ptr<internal::ShellContextMenu> shell_context_menu_; scoped_ptr<internal::StackingController> stacking_controller_; scoped_ptr<internal::ActivationController> activation_controller_; + scoped_ptr<internal::CaptureController> capture_controller_; scoped_ptr<internal::WindowModalityController> window_modality_controller_; scoped_ptr<internal::DragDropController> drag_drop_controller_; scoped_ptr<internal::WorkspaceController> workspace_controller_; |