| Index: ui/views/widget/desktop_aura/desktop_root_window_host_x11.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_x11.h b/ui/views/widget/desktop_aura/desktop_root_window_host_x11.h
|
| index d2ae22ff33139704b07987a1eba84c381330c276..6be4cbe03faca0717d342e693f4cbc257f78f65b 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_root_window_host_x11.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_root_window_host_x11.h
|
| @@ -87,6 +87,7 @@ class VIEWS_EXPORT DesktopRootWindowHostX11 :
|
| 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,
|
|
|