| 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 7180918fad16767c395100ed8ad40bc578a51c7e..83ac2d6b8c60474fa6e361bce2d6bd3df851546e 100644
|
| --- a/ui/app_list/views/app_list_view.h
|
| +++ b/ui/app_list/views/app_list_view.h
|
| @@ -80,7 +80,8 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDelegateView,
|
|
|
| // Overridden from views::View:
|
| virtual gfx::Size GetPreferredSize() OVERRIDE;
|
| - virtual void Paint(gfx::Canvas* canvas) OVERRIDE;
|
| + virtual void Paint(gfx::Canvas* canvas,
|
| + const views::CullSet& cull_set) OVERRIDE;
|
| virtual void OnThemeChanged() OVERRIDE;
|
|
|
| // WidgetDelegate overrides:
|
|
|