| Index: ui/views/animation/button_ink_drop_delegate.h | 
| diff --git a/ui/views/animation/button_ink_drop_delegate.h b/ui/views/animation/button_ink_drop_delegate.h | 
| index aa9330d2948a0679de1b1d44ebc6a45bddf2e976..514da433389586bacef41b8992e3e55a24080add 100644 | 
| --- a/ui/views/animation/button_ink_drop_delegate.h | 
| +++ b/ui/views/animation/button_ink_drop_delegate.h | 
| @@ -42,6 +42,7 @@ class VIEWS_EXPORT ButtonInkDropDelegate : public InkDropDelegate, | 
| void SnapToActivated() override; | 
| void SetHovered(bool is_hovered) override; | 
| InkDropState GetTargetInkDropState() const override; | 
| +  InkDrop* GetInkDrop() override; | 
|  | 
| // ui::EventHandler: | 
| void OnMouseEvent(ui::MouseEvent* event) override; | 
|  |