| Index: ui/app_list/views/app_list_view.h
|
| diff --git a/ui/app_list/views/app_list_view.h b/ui/app_list/views/app_list_view.h
|
| index 3e6196e97f3f9234a013e1c676705e00c518beba..4d0f9ea72f36295bfe0e76a8ecfad75e371ea266 100644
|
| --- a/ui/app_list/views/app_list_view.h
|
| +++ b/ui/app_list/views/app_list_view.h
|
| @@ -76,6 +76,8 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDelegateView,
|
|
|
| void UpdateBounds();
|
|
|
| + void RepaintBackground();
|
| +
|
| // Overridden from views::View:
|
| virtual gfx::Size GetPreferredSize() OVERRIDE;
|
| virtual void Paint(gfx::Canvas* canvas) OVERRIDE;
|
|
|