| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index badb7e4a83cdf479ec917e41993f10f4d7de4785..21060139306d45825d909d897a372903c0a7b0e2 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -477,7 +477,7 @@ void Shell::Init() {
|
| // Env creates the compositor. Historically it seems to have been implicitly
|
| // initialized first by the ActivationController, but now that FocusController
|
| // no longer does this we need to do it explicitly.
|
| - aura::Env::GetInstance();
|
| + aura::Env::CreateInstance();
|
| views::corewm::FocusController* focus_controller =
|
| new views::corewm::FocusController(new wm::AshFocusRules);
|
| focus_client_.reset(focus_controller);
|
|
|