| 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 def6df3bb6f0b75a9938766ca38dabad570b65b3..811cd82451939d23dffd22a01acb8990b72d229d 100644
|
| --- a/ui/views/animation/ink_drop_animation_controller_impl.cc
|
| +++ b/ui/views/animation/ink_drop_animation_controller_impl.cc
|
| @@ -113,7 +113,7 @@ void InkDropAnimationControllerImpl::SetHovered(bool is_hovered) {
|
| void InkDropAnimationControllerImpl::CompleteHiddenTargetedAnimations() {
|
| if (ink_drop_animation_->target_ink_drop_state() == InkDropState::HIDDEN ||
|
| ShouldAnimateToHidden(ink_drop_animation_->target_ink_drop_state())) {
|
| - ink_drop_animation_->HideImmediately();
|
| + CreateInkDropAnimation();
|
| }
|
| }
|
|
|
|
|