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; |