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

Unified Diff: athena/home/athena_start_page_view.h

Issue 582923002: Do not EASE_IN_OUT after fling, rather EASE_OUT. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 6 years, 3 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 | athena/home/athena_start_page_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/home/athena_start_page_view.h
diff --git a/athena/home/athena_start_page_view.h b/athena/home/athena_start_page_view.h
index 236ca567006c6e7b19f12b540da69c7444784b5c..fda3ab6de74acc0e247ccda9471789fdda04bd71 100644
--- a/athena/home/athena_start_page_view.h
+++ b/athena/home/athena_start_page_view.h
@@ -8,6 +8,7 @@
#include "athena/athena_export.h"
#include "base/memory/weak_ptr.h"
#include "ui/app_list/views/search_box_view_delegate.h"
+#include "ui/gfx/animation/tween.h"
#include "ui/views/view.h"
namespace app_list {
@@ -33,7 +34,8 @@ class ATHENA_EXPORT AthenaStartPageView
// Updates the layout state and move the subviews to the target location with
// animation.
- void SetLayoutStateWithAnimation(float layout_state);
+ void SetLayoutStateWithAnimation(float layout_state,
+ gfx::Tween::Type tween_type);
private:
friend class AthenaStartPageViewTest;
« no previous file with comments | « no previous file | athena/home/athena_start_page_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698