| Index: ui/app_list/views/apps_grid_view.h
|
| diff --git a/ui/app_list/views/apps_grid_view.h b/ui/app_list/views/apps_grid_view.h
|
| index 6a94e409e92cd526f744c417da3d9602473445dc..63fc9bbaa50a825b0124d007c07e48d85a86a269 100644
|
| --- a/ui/app_list/views/apps_grid_view.h
|
| +++ b/ui/app_list/views/apps_grid_view.h
|
| @@ -117,8 +117,8 @@ class APP_LIST_EXPORT AppsGridView : public views::View,
|
| void SetDragAndDropHostOfCurrentAppList(
|
| ApplicationDragAndDropHost* drag_and_drop_host);
|
|
|
| - // Prerenders the icons on and around |page_index|.
|
| - void Prerender(int page_index);
|
| + // Prerenders the icons on and around the currently selected page.
|
| + void Prerender();
|
|
|
| // Return true if the |bounds_animator_| is animating |view|.
|
| bool IsAnimatingView(views::View* view);
|
|
|