Index: ui/views/animation/ink_drop.h |
diff --git a/ui/views/animation/ink_drop.h b/ui/views/animation/ink_drop.h |
index b076b524526f6f42e46f5a46c41694d28f11b054..9cb523225db9a2b7999cc953adc0e39a1d253c2d 100644 |
--- a/ui/views/animation/ink_drop.h |
+++ b/ui/views/animation/ink_drop.h |
@@ -31,10 +31,6 @@ class VIEWS_EXPORT InkDrop { |
// Gets the target state of the ink drop. |
virtual InkDropState GetTargetInkDropState() const = 0; |
- // Returns true when the ripple is visible, including when animating to |
- // HIDDEN. |
- virtual bool IsVisible() const = 0; |
- |
// Animates from the current InkDropState to |ink_drop_state|. |
virtual void AnimateToState(InkDropState ink_drop_state) = 0; |