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

Unified Diff: ash/wm/workspace/workspace_layout_manager_unittest.cc

Issue 2091263004: Moves a couple of the maximize mode classes to ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback Created 4 years, 6 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
« no previous file with comments | « ash/wm/maximize_mode/workspace_backdrop_delegate.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace/workspace_layout_manager_unittest.cc
diff --git a/ash/wm/workspace/workspace_layout_manager_unittest.cc b/ash/wm/workspace/workspace_layout_manager_unittest.cc
index 2570d3ec94721a0e61f1244e7de9fdb93dfcb5e0..d664965829646331e4b673b4a974e0f2dda60cc4 100644
--- a/ash/wm/workspace/workspace_layout_manager_unittest.cc
+++ b/ash/wm/workspace/workspace_layout_manager_unittest.cc
@@ -883,7 +883,8 @@ class WorkspaceLayoutManagerBackdropTest : public test::AshTestBase {
void ShowTopWindowBackdrop(bool show) {
std::unique_ptr<ash::WorkspaceLayoutManagerBackdropDelegate> backdrop;
if (show) {
- backdrop.reset(new ash::WorkspaceBackdropDelegate(default_container_));
+ backdrop.reset(new ash::WorkspaceBackdropDelegate(
+ WmWindowAura::Get(default_container_)));
}
GetWorkspaceLayoutManager(default_container_)
->SetMaximizeBackdropDelegate(std::move(backdrop));
« no previous file with comments | « ash/wm/maximize_mode/workspace_backdrop_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698