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

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
« no previous file with comments | « no previous file | ui/app_list/presenter/app_list_presenter_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..eb0d7e7964c37ca220259ce5e5d39c9114633d25 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;
+ const bool is_fullscreen_app_list_enabled_;
+
// 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698