| Index: ui/views/widget/desktop_aura/desktop_root_window_host.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host.h b/ui/views/widget/desktop_aura/desktop_root_window_host.h
|
| index 5d1b9f04621dd954bc5e632e2757de9902a4c255..e15a781cdecb40b57b37de76b9e7d7058eccc623 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_root_window_host.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_root_window_host.h
|
| @@ -90,6 +90,7 @@ class VIEWS_EXPORT DesktopRootWindowHost {
|
| virtual bool HasCapture() const = 0;
|
|
|
| virtual void SetAlwaysOnTop(bool always_on_top) = 0;
|
| + virtual bool IsAlwaysOnTop() const = 0;
|
|
|
| virtual void SetWindowTitle(const string16& title) = 0;
|
|
|
|
|