Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(296)

Unified Diff: ash/wm/workspace_controller.h

Issue 169643005: Adding a gray semi transparent backdrop behind the topmost window within the default container (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698