| Index: ui/aura_shell/workspace/workspace.h
|
| diff --git a/ui/aura_shell/workspace/workspace.h b/ui/aura_shell/workspace/workspace.h
|
| index 027b3939ad15febb70ba278f2e6310a28f3dcabf..8d454da28b6291700f75a7bda0f080fd50977d3d 100644
|
| --- a/ui/aura_shell/workspace/workspace.h
|
| +++ b/ui/aura_shell/workspace/workspace.h
|
| @@ -91,6 +91,9 @@ class AURA_SHELL_EXPORT Workspace {
|
| // windows except for the window specified by |no_animation| and |ignore|.
|
| void Layout(aura::Window* ignore, aura::Window* no_animation);
|
|
|
| + // Returns true if the workspace contains a fullscreen window.
|
| + bool ContainsFullscreenWindow() const;
|
| +
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(WorkspaceTest, WorkspaceBasic);
|
| FRIEND_TEST_ALL_PREFIXES(WorkspaceTest, RotateWindows);
|
|
|