| Index: ui/views/animation/ink_drop_animation_controller_impl.cc
|
| diff --git a/ui/views/animation/ink_drop_animation_controller_impl.cc b/ui/views/animation/ink_drop_animation_controller_impl.cc
|
| index 963440d909e6478c60690c7374745207bc219dea..8076a1634182eeca7ec050c024bcf4c833dd57dd 100644
|
| --- a/ui/views/animation/ink_drop_animation_controller_impl.cc
|
| +++ b/ui/views/animation/ink_drop_animation_controller_impl.cc
|
| @@ -152,13 +152,12 @@ bool InkDropAnimationControllerImpl::IsHoverFadingInOrVisible() const {
|
| return hover_ && hover_->IsFadingInOrVisible();
|
| }
|
|
|
| -void InkDropAnimationControllerImpl::InkDropAnimationStarted(
|
| - InkDropState ink_drop_state) {
|
| -}
|
| +void InkDropAnimationControllerImpl::AnimationStarted(
|
| + InkDropState ink_drop_state) {}
|
|
|
| -void InkDropAnimationControllerImpl::InkDropAnimationEnded(
|
| +void InkDropAnimationControllerImpl::AnimationEnded(
|
| InkDropState ink_drop_state,
|
| - InkDropAnimationEndedReason reason) {
|
| + AnimationEndedReason reason) {
|
| if (reason != SUCCESS)
|
| return;
|
| if (ShouldAnimateToHidden(ink_drop_state)) {
|
|
|