| 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 02634f08b3dbfc73199a8cc6c31cb1b657ff0327..3862e871b9742307bc316128946accdda642ae55 100644
|
| --- a/ui/views/animation/button_ink_drop_delegate.cc
|
| +++ b/ui/views/animation/button_ink_drop_delegate.cc
|
| @@ -35,6 +35,10 @@ void ButtonInkDropDelegate::SetHovered(bool is_hovered) {
|
| ink_drop_->SetHovered(is_hovered);
|
| }
|
|
|
| +InkDropState ButtonInkDropDelegate::GetTargetInkDropState() const {
|
| + return ink_drop_->GetTargetInkDropState();
|
| +}
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // ui::EventHandler:
|
|
|
|
|