| Index: ui/app_list/apps_grid_view.h
|
| diff --git a/ui/app_list/apps_grid_view.h b/ui/app_list/apps_grid_view.h
|
| index d00f8a4330328e33c2afd48f44c6048991e9cfbc..21ed590dd19cafa0cc5068755c620555762abe20 100644
|
| --- a/ui/app_list/apps_grid_view.h
|
| +++ b/ui/app_list/apps_grid_view.h
|
| @@ -44,6 +44,8 @@ class APP_LIST_EXPORT AppsGridView : public views::View,
|
|
|
| void EnsureItemVisible(const AppListItemView* item);
|
|
|
| + bool HasPageTransition() const;
|
| +
|
| int tiles_per_page() const { return cols_ * rows_per_page_; }
|
|
|
| // Overridden from views::View:
|
|
|