diff options
Diffstat (limited to 'ash/app_list/app_list_model_view.h')
-rw-r--r-- | ash/app_list/app_list_model_view.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ash/app_list/app_list_model_view.h b/ash/app_list/app_list_model_view.h index af856f4..a5273f3 100644 --- a/ash/app_list/app_list_model_view.h +++ b/ash/app_list/app_list_model_view.h @@ -37,7 +37,6 @@ class AppListModelView : public views::View, AppListItemView* GetItemViewAtIndex(int index); void SetSelectedItemByIndex(int index); - int SetTileIconSizeAndGetMaxWidth(int icon_dimension); // Overridden from views::View: virtual void Layout() OVERRIDE; @@ -54,7 +53,7 @@ class AppListModelView : public views::View, views::ButtonListener* listener_; int selected_item_index_; - int items_per_col_; + int items_per_row_; DISALLOW_COPY_AND_ASSIGN(AppListModelView); }; |