| 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 8aaf6bc5ddc96a0632bfed1ed19453403b034c32..9324b0bf8ec3d1438f12f0b782a4668e31a6ac9b 100644
|
| --- a/ui/views/animation/ink_drop_animation_controller_impl.h
|
| +++ b/ui/views/animation/ink_drop_animation_controller_impl.h
|
| @@ -44,9 +44,8 @@ class VIEWS_EXPORT InkDropAnimationControllerImpl
|
| friend class InkDropAnimationControllerFactoryTest;
|
| friend class InkDropAnimationControllerImplTest;
|
|
|
| - // Forcibly transition to the HIDDEN state if completing the current animation
|
| - // sequence would eventually be HIDDEN.
|
| - void CompleteHiddenTargetedAnimations();
|
| + // Destroys |ink_drop_animation_| if it's targeted to the HIDDEN state.
|
| + void DestroyHiddenTargetedAnimations();
|
|
|
| // Creates a new InkDropAnimation and sets it to |ink_drop_animation_|. If
|
| // |ink_drop_animation_| wasn't null then it will be destroyed using
|
|
|