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

Unified Diff: ash/wm/workspace_controller.cc

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.cc
diff --git a/ash/wm/workspace_controller.cc b/ash/wm/workspace_controller.cc
index 55ccf64fd6b6e768d0fbf4e1cc50d34b5918c3f3..5fdcea4736e8acb951ac61e04c0503fd3a0d9004 100644
--- a/ash/wm/workspace_controller.cc
+++ b/ash/wm/workspace_controller.cc
@@ -135,5 +135,10 @@ void WorkspaceController::DoInitialAnimation() {
}
}
+void WorkspaceController::SetMaximizeBackdropDelegate(
+ MaximizeBackdropDelegate* delegate) {
+ layout_manager_->SetMaximizeBackdropDelegate(delegate);
+}
+
} // namespace internal
} // namespace ash
« ash/wm/workspace/workspace_layout_manager_unittest.cc ('K') | « ash/wm/workspace_controller.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698