Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Unified Diff: ui/views/animation/ink_drop_animation_controller_impl.h

Issue 1832963002: MD - add ripples to DL shelf items (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix another TODO Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698