Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(699)

Unified Diff: ui/app_list/presenter/app_list_presenter_impl.h

Issue 2948403002: Disabled overscroll animation when the fullscreen app list feature is enabled. (Closed)
Patch Set: Disabled overscroll animation when the fullscreen app list feature is enabled. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/app_list/presenter/app_list_presenter_impl.h
diff --git a/ui/app_list/presenter/app_list_presenter_impl.h b/ui/app_list/presenter/app_list_presenter_impl.h
index 4f1ee1bb2183303c61d307642f33e0800787580b..7bd8b198d032c81654bd5b709ecc529eff48fa88 100644
--- a/ui/app_list/presenter/app_list_presenter_impl.h
+++ b/ui/app_list/presenter/app_list_presenter_impl.h
@@ -134,6 +134,9 @@ class APP_LIST_PRESENTER_EXPORT AppListPresenterImpl
// Whether should schedule snap back animation.
bool should_snap_back_ = false;
+ // Whether the fullscreen app list feature is enabled;
+ bool is_fullscreen_app_list_enabled_;
vadimt 2017/06/23 23:44:04 const
newcomer 2017/06/26 16:13:58 Done.
+
// The app list interface pointer; used for reporting visibility changes.
mojom::AppListPtr app_list_;
« no previous file with comments | « no previous file | ui/app_list/presenter/app_list_presenter_impl.cc » ('j') | ui/app_list/presenter/app_list_presenter_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698