| 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 5b753c27346bed341887fe907002763fe145102c..7d25f57a6bc064605f1365a1d461c7fa21ce49f8 100644
|
| --- a/ui/views/animation/button_ink_drop_delegate.cc
|
| +++ b/ui/views/animation/button_ink_drop_delegate.cc
|
| @@ -29,6 +29,10 @@ void ButtonInkDropDelegate::OnAction(InkDropState state) {
|
| ink_drop_animation_controller_->AnimateToState(state);
|
| }
|
|
|
| +void ButtonInkDropDelegate::SnapToActivated() {
|
| + ink_drop_animation_controller_->SnapToActivated();
|
| +}
|
| +
|
| void ButtonInkDropDelegate::SetHovered(bool is_hovered) {
|
| ink_drop_animation_controller_->SetHovered(is_hovered);
|
| }
|
|
|