| Index: ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h b/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
|
| index e71604dd928279f13c604b377b84605ec2629fc4..ec0bd2a46ccc97025ee5b9469d2aab130c824df5 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
|
| @@ -81,6 +81,7 @@ class VIEWS_EXPORT DesktopWindowTreeHostWin
|
| void SetAlwaysOnTop(bool always_on_top) override;
|
| bool IsAlwaysOnTop() const override;
|
| void SetVisibleOnAllWorkspaces(bool always_visible) override;
|
| + bool IsVisibleOnAllWorkspaces() const override;
|
| bool SetWindowTitle(const base::string16& title) override;
|
| void ClearNativeFocus() override;
|
| Widget::MoveLoopResult RunMoveLoop(
|
|
|