| Index: ui/views/widget/desktop_aura/desktop_window_tree_host.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host.h b/ui/views/widget/desktop_aura/desktop_window_tree_host.h
|
| index dc31d7dbec919577733e14edbe2ae3fefdf9e89a..99e1c07c1814cd92fc1908848e2228adb7106c48 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host.h
|
| @@ -81,6 +81,7 @@ class VIEWS_EXPORT DesktopWindowTreeHost {
|
| virtual bool IsVisible() const = 0;
|
|
|
| virtual void SetSize(const gfx::Size& size) = 0;
|
| + virtual void StackAbove(aura::Window* window) = 0;
|
| virtual void StackAtTop() = 0;
|
| virtual void CenterWindow(const gfx::Size& size) = 0;
|
| virtual void GetWindowPlacement(gfx::Rect* bounds,
|
|
|