| Index: ui/views/animation/test/test_ink_drop.h | 
| diff --git a/ui/views/animation/test/test_ink_drop.h b/ui/views/animation/test/test_ink_drop.h | 
| index a9440e858c056cdb67dbf0e6600db62cd005c83e..a9ba6b4fb9e98da7547d50a68eecb86c89612178 100644 | 
| --- a/ui/views/animation/test/test_ink_drop.h | 
| +++ b/ui/views/animation/test/test_ink_drop.h | 
| @@ -27,6 +27,7 @@ class TestInkDrop : public InkDrop { | 
| void SnapToActivated() override; | 
| void SetHovered(bool is_hovered) override; | 
| void SetFocused(bool is_focused) override; | 
| +  bool IsHighlightFadingInOrVisible() const override; | 
|  | 
| private: | 
| InkDropState state_; | 
|  |