| Index: ash/shelf/shelf_view.cc
|
| diff --git a/ash/shelf/shelf_view.cc b/ash/shelf/shelf_view.cc
|
| index e7fe7638b8348fc3d425350e65be764507f8bceb..ffa1141d40b76bf2f796cedc0567a751690ef307 100644
|
| --- a/ash/shelf/shelf_view.cc
|
| +++ b/ash/shelf/shelf_view.cc
|
| @@ -1619,6 +1619,8 @@ void ShelfView::ShelfItemChanged(int model_index, const ShelfItem& old_item) {
|
| view_model_->Add(new_view, model_index);
|
| view_model_->set_ideal_bounds(model_index, old_ideal_bounds);
|
| new_view->SetBoundsRect(old_view->bounds());
|
| + if (overflow_button_ && overflow_button_->visible())
|
| + AnimateToIdealBounds();
|
| return;
|
| }
|
|
|
|
|