| Index: ui/views/animation/button_ink_drop_delegate.cc
|
| diff --git a/ui/views/animation/button_ink_drop_delegate.cc b/ui/views/animation/button_ink_drop_delegate.cc
|
| index 2fa6000574b196631b220bde9ca8a3fa8e494b30..8969b91b3ec1b73486c8410071149bf8f1a8553e 100644
|
| --- a/ui/views/animation/button_ink_drop_delegate.cc
|
| +++ b/ui/views/animation/button_ink_drop_delegate.cc
|
| @@ -43,6 +43,10 @@ void ButtonInkDropDelegate::OnAction(InkDropState state) {
|
| ink_drop_animation_controller_->AnimateToState(state);
|
| }
|
|
|
| +void ButtonInkDropDelegate::SetHovered(bool is_hovered) {
|
| + ink_drop_animation_controller_->SetHovered(is_hovered);
|
| +}
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // ui::EventHandler:
|
|
|
|
|