| 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 5f1c0af324a63edc2e9b531717974398deaa491e..6a94e409e92cd526f744c417da3d9602473445dc 100644
|
| --- a/ui/app_list/views/apps_grid_view.h
|
| +++ b/ui/app_list/views/apps_grid_view.h
|
| @@ -73,7 +73,7 @@ class APP_LIST_EXPORT AppsGridView : public views::View,
|
|
|
| // Sets fixed layout parameters. After setting this, CalculateLayout below
|
| // is no longer called to dynamically choosing those layout params.
|
| - void SetLayout(int icon_size, int cols, int rows_per_page);
|
| + void SetLayout(int cols, int rows_per_page);
|
|
|
| int cols() const { return cols_; }
|
| int rows_per_page() const { return rows_per_page_; }
|
| @@ -464,7 +464,6 @@ class APP_LIST_EXPORT AppsGridView : public views::View,
|
| PaginationModel pagination_model_;
|
| PageSwitcher* page_switcher_view_; // Owned by views hierarchy.
|
|
|
| - gfx::Size icon_size_;
|
| int cols_;
|
| int rows_per_page_;
|
|
|
|
|