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

Unified Diff: ash/mus/shelf_delegate_mus.cc

Issue 1914093002: Refactors DockedWindowLayoutManager in terms of ash/wm/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nuke_aura_window
Patch Set: merge 2 trunk Created 4 years, 8 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/mus/shelf_delegate_mus.cc
diff --git a/ash/mus/shelf_delegate_mus.cc b/ash/mus/shelf_delegate_mus.cc
index fff6233af5a72cab81ff26ceea0d57fe4320ff17..e701e369e44856ac1fd37d685ce2a01b0e1afc41 100644
--- a/ash/mus/shelf_delegate_mus.cc
+++ b/ash/mus/shelf_delegate_mus.cc
@@ -258,7 +258,7 @@ void ShelfDelegateMus::AddObserver(
}
void ShelfDelegateMus::SetAlignment(mash::shelf::mojom::Alignment alignment) {
- ShelfAlignment value = static_cast<ShelfAlignment>(alignment);
+ wm::ShelfAlignment value = static_cast<wm::ShelfAlignment>(alignment);
Shell::GetInstance()->SetShelfAlignment(value, Shell::GetPrimaryRootWindow());
}

Powered by Google App Engine
This is Rietveld 408576698