| Index: ash/shell/shell_delegate_impl.h
|
| diff --git a/ash/shell/shell_delegate_impl.h b/ash/shell/shell_delegate_impl.h
|
| index 987c7af182e3d91e00951b513904c7ec10b58f45..6f55237520b68f3d075262e805daf56610d25368 100644
|
| --- a/ash/shell/shell_delegate_impl.h
|
| +++ b/ash/shell/shell_delegate_impl.h
|
| @@ -59,6 +59,7 @@ class ShellDelegateImpl : public ash::ShellDelegate {
|
| virtual double GetSavedScreenMagnifierScale() OVERRIDE;
|
| virtual ui::MenuModel* CreateContextMenu(
|
| aura::RootWindow* root_window) OVERRIDE;
|
| + virtual aura::client::StackingClient* CreateStackingClient() OVERRIDE;
|
|
|
| private:
|
| // Used to update Launcher. Owned by main.
|
|
|