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

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

Issue 1724963002: Color the ink drop ripple and hover effects based on theming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sky review Created 4 years, 10 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
« no previous file with comments | « ui/views/animation/ink_drop_animation.cc ('k') | ui/views/animation/ink_drop_animation_controller_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3c7cf243e4a4ccea991e748fbd847babb00e52d9..92feae614f73748418cb4c1bb35faf36055a70a8 100644
--- a/ui/views/animation/ink_drop_animation_controller_impl.h
+++ b/ui/views/animation/ink_drop_animation_controller_impl.h
@@ -98,10 +98,6 @@ class VIEWS_EXPORT InkDropAnimationControllerImpl
// CreateInkDropAnimation().
scoped_ptr<InkDropAnimation> ink_drop_animation_;
- // Tracks whether the InkDropAnimation can safely be destroyed when an
- // InkDropState::HIDDEN animation completes.
- bool can_destroy_after_hidden_animation_;
-
// The timer used to delay the hover fade in after an ink drop animation.
scoped_ptr<base::Timer> hover_after_animation_timer_;
« no previous file with comments | « ui/views/animation/ink_drop_animation.cc ('k') | ui/views/animation/ink_drop_animation_controller_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698