| Index: apps/ui/native_app_window.h
|
| diff --git a/apps/ui/native_app_window.h b/apps/ui/native_app_window.h
|
| index fd0cc2633718e7523be5e5edf81fc7dfcffe44f6..ffca7c94517b4ded8925c056d5f4f94f2e4ea286 100644
|
| --- a/apps/ui/native_app_window.h
|
| +++ b/apps/ui/native_app_window.h
|
| @@ -91,6 +91,10 @@ class NativeAppWindow : public ui::BaseWindow,
|
| // when compositing.
|
| virtual bool CanHaveAlphaEnabled() const = 0;
|
|
|
| + // On platforms that have multiple workspaces, whether to show this window on
|
| + // every workspace.
|
| + virtual void SetVisibleOnAllWorkspaces(bool always_visible) = 0;
|
| +
|
| virtual ~NativeAppWindow() {}
|
| };
|
|
|
|
|