| 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 2cf5740616aa96b6b6f68ac6768f951d4d9f1406..de7ee30c91394baf60f03f14145fa60c3fe1615c 100644
|
| --- a/ui/app_list/views/app_list_view.h
|
| +++ b/ui/app_list/views/app_list_view.h
|
| @@ -134,6 +134,9 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDialogDelegateView,
|
| // Called when maximize mode starts and ends.
|
| void OnMaximizeModeChanged(bool started);
|
|
|
| + // Changes |app_list_state_| from |PEEKING| to |FULLSCREEN_ALL_APPS|.
|
| + bool HandleScroll(const ui::Event* event);
|
| +
|
| private:
|
| friend class test::AppListViewTestApi;
|
|
|
| @@ -169,6 +172,7 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDialogDelegateView,
|
| void GetWidgetHitTestMask(gfx::Path* mask) const override;
|
|
|
| // Overridden from ui::EventHandler:
|
| + void OnScrollEvent(ui::ScrollEvent* event) override;
|
| void OnMouseEvent(ui::MouseEvent* event) override;
|
| void OnGestureEvent(ui::GestureEvent* event) override;
|
|
|
|
|