| Index: ui/app_list/views/apps_container_view.h
|
| diff --git a/ui/app_list/views/apps_container_view.h b/ui/app_list/views/apps_container_view.h
|
| index 36cd31d1781d0d5e2bc724252a221e6f0adb7bcf..7b23f8fe5ec7cd4da02e200052565c2ace6a993b 100644
|
| --- a/ui/app_list/views/apps_container_view.h
|
| +++ b/ui/app_list/views/apps_container_view.h
|
| @@ -74,7 +74,7 @@ class AppsContainerView : public views::View,
|
| SHOW_ITEM_REPARENT,
|
| };
|
|
|
| - void SetShowState(ShowState show_state);
|
| + void SetShowState(ShowState show_state, bool show_apps_with_animation);
|
|
|
| // Calculates the top item icon bounds in the active folder icon. The bounds
|
| // is relative to AppsContainerView.
|
|
|