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

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

Issue 2125223004: Restore focus-state ink drop highlight on buttons after ripple animation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: IWYU Created 4 years, 5 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 | « no previous file | ui/views/animation/ink_drop_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_impl.h
diff --git a/ui/views/animation/ink_drop_impl.h b/ui/views/animation/ink_drop_impl.h
index 2b92d7a758961ac65e2cb5e8b0bcb9e20e8fed1f..7f4cca37911e8a6ed6f7a311c5c8038785f9cb52 100644
--- a/ui/views/animation/ink_drop_impl.h
+++ b/ui/views/animation/ink_drop_impl.h
@@ -107,9 +107,6 @@ class VIEWS_EXPORT InkDropImpl : public InkDrop,
// |highlight_after_ripple_timer_| instance if it exists.
void StartHighlightAfterRippleTimer();
- // Stops and destroys the current |highlight_after_ripple_timer_| instance.
- void StopHighlightAfterRippleTimer();
-
// Callback for when the |highlight_after_ripple_timer_| fires.
void HighlightAfterRippleTimerFired();
« no previous file with comments | « no previous file | ui/views/animation/ink_drop_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698