| Index: ui/views/animation/test/test_ink_drop_delegate.cc
|
| diff --git a/ui/views/animation/test/test_ink_drop_delegate.cc b/ui/views/animation/test/test_ink_drop_delegate.cc
|
| index 103edf2fce088d3a0fa136dbec9fb0436e00a93c..a251d78af3b1f5f57e395992cb4bcce0cdc6bb7f 100644
|
| --- a/ui/views/animation/test/test_ink_drop_delegate.cc
|
| +++ b/ui/views/animation/test/test_ink_drop_delegate.cc
|
| @@ -16,6 +16,10 @@ void TestInkDropDelegate::OnAction(InkDropState state) {
|
| state_ = state;
|
| }
|
|
|
| +void TestInkDropDelegate::SnapToActivated() {
|
| + state_ = InkDropState::ACTIVATED;
|
| +}
|
| +
|
| void TestInkDropDelegate::SetHovered(bool is_hovered) {
|
| is_hovered_ = is_hovered;
|
| }
|
|
|