Chromium Code Reviews| 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 8a3f09077f430cbea384580958c592da80d0d355..23fcb9d2289b42fe89bae30afd188af92f71112a 100644 |
| --- a/ui/app_list/views/apps_grid_view.h |
| +++ b/ui/app_list/views/apps_grid_view.h |
| @@ -207,6 +207,10 @@ class APP_LIST_EXPORT AppsGridView : public views::View, |
| // Overridden from AppListModelObserver: |
| virtual void OnAppListModelStatusChanged() OVERRIDE; |
| + // Hide a given view temporarily without loosing (mouse) events and / or |
|
James Cook
2013/05/31 22:33:11
loosing -> losing
Mr4D (OOO till 08-26)
2013/05/31 22:51:24
Wa? I assume that this is the british version then
|
| + // changing the size of it. |
| + void HideView(views::View* view, bool hide); |
| + |
| AppListModel* model_; // Owned by AppListView. |
| AppsGridViewDelegate* delegate_; |
| PaginationModel* pagination_model_; // Owned by AppListController. |