| Index: ui/views/animation/ink_drop_animation_controller_impl.h
|
| diff --git a/ui/views/animation/ink_drop_animation_controller_impl.h b/ui/views/animation/ink_drop_animation_controller_impl.h
|
| index bcf9f8e0ae039f50d74cf65756630b4795181295..186db7e5553f7261496c7b9548a38f6952c72625 100644
|
| --- a/ui/views/animation/ink_drop_animation_controller_impl.h
|
| +++ b/ui/views/animation/ink_drop_animation_controller_impl.h
|
| @@ -68,9 +68,9 @@ class VIEWS_EXPORT InkDropAnimationControllerImpl
|
| bool IsHoverFadingInOrVisible() const;
|
|
|
| // views::InkDropAnimationObserver:
|
| - void InkDropAnimationStarted(InkDropState ink_drop_state) override;
|
| - void InkDropAnimationEnded(InkDropState ink_drop_state,
|
| - InkDropAnimationEndedReason reason) override;
|
| + void AnimationStarted(InkDropState ink_drop_state) override;
|
| + void AnimationEnded(InkDropState ink_drop_state,
|
| + AnimationEndedReason reason) override;
|
|
|
| // Enables or disables the hover state based on |is_hovered| and if an
|
| // animation is triggered it will be scheduled to have the given
|
|
|