Index: ui/app_list/views/app_list_view.h |
diff --git a/ui/app_list/views/app_list_view.h b/ui/app_list/views/app_list_view.h |
index 3e6196e97f3f9234a013e1c676705e00c518beba..63e613f856174d884b4ce381908ccc16e62ad6ff 100644 |
--- a/ui/app_list/views/app_list_view.h |
+++ b/ui/app_list/views/app_list_view.h |
@@ -74,6 +74,9 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDelegateView, |
void Close(); |
+ // Resets the properties of the app list in preparation of showing it. |
+ void ResetForShow(); |
+ |
void UpdateBounds(); |
// Overridden from views::View: |