| Index: ui/app_list/views/start_page_view.cc
|
| diff --git a/ui/app_list/views/start_page_view.cc b/ui/app_list/views/start_page_view.cc
|
| index c59724060bc4e25beea0c4b98b23c5eb29a74a5f..e482f5288312a7318bd6876e9de2bdbc148c7818 100644
|
| --- a/ui/app_list/views/start_page_view.cc
|
| +++ b/ui/app_list/views/start_page_view.cc
|
| @@ -144,8 +144,10 @@ void StartPageView::InitTilesContainer() {
|
| }
|
|
|
| // Also add a special "all apps" button to the end of the container.
|
| - all_apps_button_ =
|
| - new AllAppsTileItemView(app_list_main_view_->contents_view());
|
| + all_apps_button_ = new AllAppsTileItemView(
|
| + app_list_main_view_->contents_view(),
|
| + view_delegate_->GetModel()->top_level_item_list());
|
| + all_apps_button_->UpdateIcon();
|
| tiles_container_->AddChildView(all_apps_button_);
|
| }
|
|
|
|
|