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..77aed3b2982981e1d1536612c7ba78628461ecd9 100644 |
--- a/ui/views/animation/ink_drop_animation_controller.h |
+++ b/ui/views/animation/ink_drop_animation_controller.h |
@@ -29,8 +29,8 @@ class VIEWS_EXPORT InkDropAnimationController { |
// Gets the current state of the ink drop. |
virtual InkDropState GetInkDropState() const = 0; |
- // Animates from the current InkDropState to |state|. |
- virtual void AnimateToState(InkDropState state) = 0; |
+ // Animates from the current InkDropState to |ink_drop_state|. |
+ virtual void AnimateToState(InkDropState ink_drop_state) = 0; |
virtual gfx::Size GetInkDropLargeSize() const = 0; |