diff options
Diffstat (limited to 'ash/wm/workspace_controller.h')
-rw-r--r-- | ash/wm/workspace_controller.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ash/wm/workspace_controller.h b/ash/wm/workspace_controller.h index 84df41c..175ebe7 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; |