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

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: Added unit tests Created 6 years, 10 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..8d159b7d0c8e71946ce5ba6090f1935b8d9b3bc5 100644
--- a/ash/wm/workspace_controller.h
+++ b/ash/wm/workspace_controller.h
@@ -37,6 +37,9 @@ class ASH_EXPORT WorkspaceController {
// Starts the animation that occurs on first login.
void DoInitialAnimation();
+ // Add a backdrop behind the top window of the default workspace.
+ void AddBackdropBehindTopWindow(bool enable);
+
private:
friend class WorkspaceControllerTestHelper;

Powered by Google App Engine
This is Rietveld 408576698