| Index: ui/app_list/views/app_list_folder_view.h
|
| diff --git a/ui/app_list/views/app_list_folder_view.h b/ui/app_list/views/app_list_folder_view.h
|
| index 4e6cb59fe9d84355701a45336e109d083ae12e12..e0db60ff8771025e51c25ed8d3faf6b27bfe247f 100644
|
| --- a/ui/app_list/views/app_list_folder_view.h
|
| +++ b/ui/app_list/views/app_list_folder_view.h
|
| @@ -39,6 +39,7 @@ class AppListFolderView : public views::View,
|
| ~AppListFolderView() override;
|
|
|
| void SetAppListFolderItem(AppListFolderItem* folder);
|
| + AppListFolderItem* folder_item() { return folder_item_; }
|
|
|
| // Schedules an animation to show or hide the view.
|
| // If |show| is false, the view should be set to invisible after the
|
|
|