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

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

Issue 1373983002: Enhanced the InkDropRippleImpl to create/destroy InkDropAnimations as needed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Based diff delta on dependant branch. Created 5 years, 2 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/ink_drop_animation_controller.h
diff --git a/ui/views/animation/ink_drop_animation_controller.h b/ui/views/animation/ink_drop_animation_controller.h
index 4e1cbd10db61d774d984f23a771c4c0a7a0cec75..a157b3aa94f772b20fd78b9742016507fcda9a46 100644
--- a/ui/views/animation/ink_drop_animation_controller.h
+++ b/ui/views/animation/ink_drop_animation_controller.h
@@ -30,7 +30,7 @@ class VIEWS_EXPORT InkDropAnimationController {
virtual InkDropState GetInkDropState() const = 0;
// Animates from the current InkDropState to |state|.
varkha 2015/10/06 20:58:38 nit: s/state/ink_drop_state?
bruthig 2015/10/08 21:42:55 Done.
- virtual void AnimateToState(InkDropState state) = 0;
+ virtual void AnimateToState(InkDropState ink_drop_state) = 0;
virtual gfx::Size GetInkDropLargeSize() const = 0;

Powered by Google App Engine
This is Rietveld 408576698