| Index: ash/shelf/overflow_bubble.cc
|
| diff --git a/ash/shelf/overflow_bubble.cc b/ash/shelf/overflow_bubble.cc
|
| index f7cc65997bc85bf53871be1590a62588dafc13a5..6290099fdbd693e1577d68b06a424a7545c7c28a 100644
|
| --- a/ash/shelf/overflow_bubble.cc
|
| +++ b/ash/shelf/overflow_bubble.cc
|
| @@ -94,9 +94,8 @@ void OverflowBubble::OnWidgetDestroying(views::Widget* widget) {
|
| DCHECK(widget == bubble_->GetWidget());
|
| bubble_ = NULL;
|
| anchor_ = NULL;
|
| + shelf_view_->shelf_layout_manager()->shelf_widget()->shelf()->SchedulePaint();
|
| shelf_view_ = NULL;
|
| - ShelfLayoutManager::ForShelf(
|
| - widget->GetNativeView())->shelf_widget()->shelf()->SchedulePaint();
|
| }
|
|
|
| } // namespace ash
|
|
|