| Index: ash/common/shelf/wm_shelf.cc
|
| diff --git a/ash/common/shelf/wm_shelf.cc b/ash/common/shelf/wm_shelf.cc
|
| index d56d4cb312b9de209b3711624117a1fdd6f1d4a3..c2fff5ab60eb48a06280fbf219c1c9a97786aa37 100644
|
| --- a/ash/common/shelf/wm_shelf.cc
|
| +++ b/ash/common/shelf/wm_shelf.cc
|
| @@ -74,8 +74,8 @@ void WmShelf::SetAlignment(ShelfAlignment alignment) {
|
| // The ShelfWidget notifies the ShelfView of the alignment change.
|
| shelf_layout_manager_->shelf_widget()->OnShelfAlignmentChanged();
|
| WmShell::Get()->shelf_delegate()->OnShelfAlignmentChanged(this);
|
| + shelf_layout_manager_->LayoutShelf();
|
| WmShell::Get()->NotifyShelfAlignmentChanged(GetWindow()->GetRootWindow());
|
| - // ShelfLayoutManager will resize the shelf.
|
| }
|
|
|
| bool WmShelf::IsHorizontalAlignment() const {
|
|
|