| Index: ash/common/shelf/shelf_view.cc
|
| diff --git a/ash/common/shelf/shelf_view.cc b/ash/common/shelf/shelf_view.cc
|
| index 9b9d314863237e4b91a6f7b5ddf1a5db5bdceab5..9a628474118740cc142d8f8cd54a49c834e0c620 100644
|
| --- a/ash/common/shelf/shelf_view.cc
|
| +++ b/ash/common/shelf/shelf_view.cc
|
| @@ -1710,6 +1710,8 @@ void ShelfView::ShelfItemChanged(int model_index, const ShelfItem& old_item) {
|
| new_view->SetBoundsRect(old_view->bounds());
|
| if (overflow_button_ && overflow_button_->visible())
|
| AnimateToIdealBounds();
|
| + else
|
| + bounds_animator_->AnimateViewTo(new_view, old_ideal_bounds);
|
| return;
|
| }
|
|
|
|
|