diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-18 20:25:21 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-18 20:25:21 +0000 |
commit | d9ddff90179610845884d13e8cd7422cabae018f (patch) | |
tree | 20b7c26476d1091c19d67f632990039a720d2dd8 /ash/shell.cc | |
parent | 35b035ffdb95d3df0ea5c643b1808ea037f8e872 (diff) | |
download | chromium_src-d9ddff90179610845884d13e8cd7422cabae018f.zip chromium_src-d9ddff90179610845884d13e8cd7422cabae018f.tar.gz chromium_src-d9ddff90179610845884d13e8cd7422cabae018f.tar.bz2 |
Revert 229437 "Remove old FocusManager code from Aura."
> Remove old FocusManager code from Aura.
>
> Needed to add a simple TestFocusClient that can be used by tests, which were still using the old FocusManager. This allows us to remove some obsolete methods from FocusClient/RootWindow/etc.
>
> R=sky@chromium.org
> BUG=
>
> Review URL: https://codereview.chromium.org/26116008
TBR=ben@chromium.org
Review URL: https://codereview.chromium.org/29693004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229464 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell.cc')
-rw-r--r-- | ash/shell.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/shell.cc b/ash/shell.cc index 6e25c52..7af0a3c 100644 --- a/ash/shell.cc +++ b/ash/shell.cc @@ -83,6 +83,7 @@ #include "ui/aura/client/aura_constants.h" #include "ui/aura/client/user_action_client.h" #include "ui/aura/env.h" +#include "ui/aura/focus_manager.h" #include "ui/aura/layout_manager.h" #include "ui/aura/root_window.h" #include "ui/aura/window.h" |