| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 805b29549d375fc5af76096e03b807e3bd5e438b..2e466e4b130e62259985dfbe36694343c7e4e62e 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -71,6 +71,7 @@
|
| #include "ash/wm/maximize_mode/maximize_mode_window_manager.h"
|
| #include "ash/wm/mru_window_tracker.h"
|
| #include "ash/wm/overlay_event_filter.h"
|
| +#include "ash/wm/overview/scoped_overview_animation_settings_factory_aura.h"
|
| #include "ash/wm/overview/window_selector_controller.h"
|
| #include "ash/wm/power_button_controller.h"
|
| #include "ash/wm/resize_shadow_controller.h"
|
| @@ -888,6 +889,8 @@ void Shell::Init(const ShellInitParams& init_params) {
|
| #endif
|
|
|
| wm_globals_.reset(new wm::WmGlobalsAura);
|
| + scoped_overview_animation_settings_factory_.reset(
|
| + new ScopedOverviewAnimationSettingsFactoryAura);
|
| window_positioner_.reset(new WindowPositioner(wm_globals_.get()));
|
|
|
| if (!in_mus_) {
|
|
|