| 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();
|
|
|
|
|