| Index: ash/wm/workspace_controller.h
|
| diff --git a/ash/wm/workspace_controller.h b/ash/wm/workspace_controller.h
|
| index 84df41c91d3c1d07ee193241399e4282280823ae..175ebe7d9eaa74b6b7cb376737599309534eca46 100644
|
| --- a/ash/wm/workspace_controller.h
|
| +++ b/ash/wm/workspace_controller.h
|
| @@ -21,6 +21,7 @@ class ShelfLayoutManager;
|
| class WorkspaceControllerTestHelper;
|
| class WorkspaceEventHandler;
|
| class WorkspaceLayoutManager;
|
| +class WorkspaceLayoutManagerDelegate;
|
|
|
| // WorkspaceController acts as a central place that ties together all the
|
| // various workspace pieces.
|
| @@ -37,6 +38,11 @@ class ASH_EXPORT WorkspaceController {
|
| // Starts the animation that occurs on first login.
|
| void DoInitialAnimation();
|
|
|
| + // Add a delegate which adds a backdrop behind the top window of the default
|
| + // workspace.
|
| + void SetMaximizeBackdropDelegate(
|
| + scoped_ptr<WorkspaceLayoutManagerDelegate> delegate);
|
| +
|
| private:
|
| friend class WorkspaceControllerTestHelper;
|
|
|
|
|