| 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 91843092cda35ba07f0414012609218b47f7a6f4..b1e1b5f553175347587c261cec4078e034134856 100644
|
| --- a/ui/views/animation/button_ink_drop_delegate.h
|
| +++ b/ui/views/animation/button_ink_drop_delegate.h
|
| @@ -30,6 +30,7 @@ class VIEWS_EXPORT ButtonInkDropDelegate : public InkDropDelegate,
|
|
|
| // InkDropDelegate:
|
| void OnAction(InkDropState state) override;
|
| + void SnapToActivated() override;
|
| void SetHovered(bool is_hovered) override;
|
|
|
| // ui::EventHandler:
|
|
|