| Index: athena/screen/screen_manager_impl.cc
|
| diff --git a/athena/screen/screen_manager_impl.cc b/athena/screen/screen_manager_impl.cc
|
| index 20a4bd5d33f89374d21f343deab9e4beb509e428..8f960eb442413207454b9e9b8d0d4e6c7ddad8e0 100644
|
| --- a/athena/screen/screen_manager_impl.cc
|
| +++ b/athena/screen/screen_manager_impl.cc
|
| @@ -8,7 +8,6 @@
|
| #include "athena/screen/modal_window_controller.h"
|
| #include "athena/screen/screen_accelerator_handler.h"
|
| #include "athena/util/container_priorities.h"
|
| -#include "athena/util/fill_layout_manager.h"
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "ui/aura/client/aura_constants.h"
|
| @@ -260,7 +259,6 @@ void ScreenManagerImpl::Init() {
|
| aura::client::SetActivationClient(root_window_, focus_controller);
|
| focus_client_.reset(focus_controller);
|
|
|
| - root_window_->SetLayoutManager(new FillLayoutManager(root_window_));
|
| capture_client_.reset(new ::wm::ScopedCaptureClient(root_window_));
|
| accelerator_handler_.reset(new ScreenAcceleratorHandler());
|
|
|
|
|