| 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 a20d89b39c1c6a8820336bd8dd4c973cbd60f711..f71699e9831aace566d5766ad224deeeccec7fe1 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
|
| @@ -77,6 +77,7 @@ class VIEWS_EXPORT DesktopRootWindowHostWin
|
| virtual bool IsMinimized() const OVERRIDE;
|
| virtual bool HasCapture() const OVERRIDE;
|
| virtual void SetAlwaysOnTop(bool always_on_top) OVERRIDE;
|
| + virtual bool IsAlwaysOnTop() const OVERRIDE;
|
| virtual void SetWindowTitle(const string16& title) OVERRIDE;
|
| virtual void ClearNativeFocus() OVERRIDE;
|
| virtual Widget::MoveLoopResult RunMoveLoop(
|
|
|