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

Unified Diff: ui/views/animation/flood_fill_ink_drop_animation.h

Issue 1832963002: MD - add ripples to DL shelf items (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates after bruthig chat Created 4 years, 9 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/views/animation/flood_fill_ink_drop_animation.h
diff --git a/ui/views/animation/flood_fill_ink_drop_animation.h b/ui/views/animation/flood_fill_ink_drop_animation.h
index e838e282fbf96776f7fa48896b2618a177e4f307..28cb18b0f80cbe1ffa7b8c6d925b2be50148d33d 100644
--- a/ui/views/animation/flood_fill_ink_drop_animation.h
+++ b/ui/views/animation/flood_fill_ink_drop_animation.h
@@ -40,9 +40,9 @@ class FloodFillInkDropAnimationTestApi;
//
// {All InkDropStates} => HIDDEN
// HIDDEN => ACTION_PENDING
-// HIDDEN, ACTION_PENDING => QUICK_ACTION
-// ACTION_PENDING => SLOW_ACTION_PENDING
-// SLOW_ACTION_PENDING => SLOW_ACTION
+// HIDDEN, ACTION_PENDING => ACTION_TRIGGERED
+// ACTION_PENDING => ALTERNATE_ACTION_PENDING
+// ALTERNATE_ACTION_PENDING => ALTERNATE_ACTION_TRIGGERED
// {All InkDropStates} => ACTIVATED
// {All InkDropStates} => DEACTIVATED
//

Powered by Google App Engine
This is Rietveld 408576698