| Index: ui/views/widget/desktop_aura/desktop_root_window_host_win.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_win.h b/ui/views/widget/desktop_aura/desktop_root_window_host_win.h
|
| index 6ac7f6f916567da8323b1be1671e1ca733c93e99..6d3e0e4f0160974acfa5626887a8efd59149640c 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_root_window_host_win.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_root_window_host_win.h
|
| @@ -59,6 +59,7 @@ class VIEWS_EXPORT DesktopRootWindowHostWin
|
| const gfx::Rect& restored_bounds) OVERRIDE;
|
| virtual bool IsVisible() const OVERRIDE;
|
| virtual void SetSize(const gfx::Size& size) OVERRIDE;
|
| + virtual void StackAtTop() OVERRIDE;
|
| virtual void CenterWindow(const gfx::Size& size) OVERRIDE;
|
| virtual void GetWindowPlacement(
|
| gfx::Rect* bounds,
|
|
|