Index: ui/views/animation/ink_drop_stub.h |
diff --git a/ui/views/animation/ink_drop_stub.h b/ui/views/animation/ink_drop_stub.h |
index 63a422679ef49c53756467ff3e15678af215b596..985be1c106d2fd7d0074ca1a40939e8b5dc73c58 100644 |
--- a/ui/views/animation/ink_drop_stub.h |
+++ b/ui/views/animation/ink_drop_stub.h |
@@ -22,6 +22,7 @@ class VIEWS_EXPORT InkDropStub : public InkDrop { |
void SnapToActivated() override; |
void SetHovered(bool is_hovered) override; |
void SetFocused(bool is_hovered) override; |
+ bool IsHighlightFadingInOrVisible() const override; |
private: |
DISALLOW_COPY_AND_ASSIGN(InkDropStub); |