| Index: ash/wm/workspace_controller.h
|
| diff --git a/ash/wm/workspace_controller.h b/ash/wm/workspace_controller.h
|
| index a77863af9675ebacbc2e461405e0e27537bdfa28..ba82e09df79cb05f3fcb3e2e297028897df283cd 100644
|
| --- a/ash/wm/workspace_controller.h
|
| +++ b/ash/wm/workspace_controller.h
|
| @@ -40,7 +40,10 @@ class ASH_EXPORT WorkspaceController
|
| // Sets the active workspace based on |window|.
|
| void SetActiveWorkspaceByWindow(aura::Window* window);
|
|
|
| - // See description in BaseWorkspaceManager::GetParentForNewWindow().
|
| + // Returns the container window for the active workspace, never NULL.
|
| + aura::Window* GetActiveWorkspaceWindow();
|
| +
|
| + // See description in WorkspaceManager::GetParentForNewWindow().
|
| aura::Window* GetParentForNewWindow(aura::Window* window);
|
|
|
| // Starts the animation that occurs on first login.
|
|
|