| Index: ui/base/base_window.h
|
| diff --git a/ui/base/base_window.h b/ui/base/base_window.h
|
| index d5fd2fae1c4e27e4bc38df11c90108a18741d30e..73c26890b64aa8fc1c63d1a126139f0723c67e23 100644
|
| --- a/ui/base/base_window.h
|
| +++ b/ui/base/base_window.h
|
| @@ -88,6 +88,10 @@ class UI_EXPORT BaseWindow {
|
|
|
| // Returns true if a window is set to be always on top.
|
| virtual bool IsAlwaysOnTop() const = 0;
|
| +
|
| + // If set to true, the window will stay on top of other windows which do not
|
| + // have this flag enabled.
|
| + virtual void SetAlwaysOnTop(bool always_on_top) = 0;
|
| };
|
|
|
| } // namespace ui
|
|
|