| Index: ash/shell/shell_delegate_impl.cc
|
| ===================================================================
|
| --- ash/shell/shell_delegate_impl.cc (revision 177189)
|
| +++ ash/shell/shell_delegate_impl.cc (working copy)
|
| @@ -11,6 +11,7 @@
|
| #include "ash/shell/context_menu.h"
|
| #include "ash/shell/toplevel_window.h"
|
| #include "ash/shell_window_ids.h"
|
| +#include "ash/wm/stacking_controller.h"
|
| #include "ash/wm/window_util.h"
|
| #include "base/message_loop.h"
|
| #include "ui/aura/window.h"
|
| @@ -214,6 +215,10 @@
|
| return new ContextMenu(root);
|
| }
|
|
|
| +aura::client::StackingClient* ShellDelegateImpl::CreateStackingClient() {
|
| + return new StackingController;
|
| +}
|
| +
|
| RootWindowHostFactory* ShellDelegateImpl::CreateRootWindowHostFactory() {
|
| return RootWindowHostFactory::Create();
|
| }
|
|
|