| Index: ui/views/widget/desktop_aura/desktop_root_window_host.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host.h b/ui/views/widget/desktop_aura/desktop_root_window_host.h
|
| index 77c61503f44c522089bce6f92be2a0487ad99225..05414d3e24361ca3b72babb95b08f043786753b4 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_root_window_host.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_root_window_host.h
|
| @@ -84,6 +84,7 @@ class VIEWS_EXPORT DesktopRootWindowHost {
|
| virtual bool IsVisible() const = 0;
|
|
|
| virtual void SetSize(const gfx::Size& size) = 0;
|
| + virtual void StackAtTop() = 0;
|
| virtual void CenterWindow(const gfx::Size& size) = 0;
|
| virtual void GetWindowPlacement(gfx::Rect* bounds,
|
| ui::WindowShowState* show_state) const = 0;
|
|
|