| Index: ui/app_list/views/app_list_view.cc
|
| diff --git a/ui/app_list/views/app_list_view.cc b/ui/app_list/views/app_list_view.cc
|
| index 21163f47c0ae3c4a733a85ea5c3fd1d821d7055b..63cf1d19a28e44fd96abd6bff517f9142de4d178 100644
|
| --- a/ui/app_list/views/app_list_view.cc
|
| +++ b/ui/app_list/views/app_list_view.cc
|
| @@ -406,6 +406,12 @@ void AppListView::Layout() {
|
| }
|
| }
|
|
|
| +void AppListView::SchedulePaintInRect(const gfx::Rect& rect) {
|
| + BubbleDelegateView::SchedulePaintInRect(rect);
|
| + if (GetBubbleFrameView())
|
| + GetBubbleFrameView()->SchedulePaint();
|
| +}
|
| +
|
| void AppListView::OnWidgetDestroying(views::Widget* widget) {
|
| BubbleDelegateView::OnWidgetDestroying(widget);
|
| if (delegate_ && widget == GetWidget())
|
|
|