| 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 9e3866a9ff95e37c4928f01d5203d391d807d535..9a59d5791b49bb0f0a3c966ad77ff69eb6510013 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
|
| @@ -58,6 +58,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,
|
|
|