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

Unified Diff: athena/home/home_card_impl.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 | « athena/home/home_card_gesture_manager_unittest.cc ('k') | athena/home/home_card_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/home/home_card_impl.h
diff --git a/athena/home/home_card_impl.h b/athena/home/home_card_impl.h
index 1095779503007edf0240994cb52f7398cd2ddaba..12350952f18fc693c73a6d1864b6062ee48a809f 100644
--- a/athena/home/home_card_impl.h
+++ b/athena/home/home_card_impl.h
@@ -76,7 +76,8 @@ class ATHENA_EXPORT HomeCardImpl
const ui::Accelerator& accelerator) OVERRIDE;
// HomeCardGestureManager::Delegate:
- virtual void OnGestureEnded(HomeCard::State final_state) OVERRIDE;
+ virtual void OnGestureEnded(HomeCard::State final_state,
+ bool is_fling) OVERRIDE;
virtual void OnGestureProgressed(
HomeCard::State from_state,
HomeCard::State to_state,
« no previous file with comments | « athena/home/home_card_gesture_manager_unittest.cc ('k') | athena/home/home_card_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698