| Index: ui/views/animation/test/test_ink_drop.cc
|
| diff --git a/ui/views/animation/test/test_ink_drop.cc b/ui/views/animation/test/test_ink_drop.cc
|
| index 523c9ad6ad92795638f3406111915278e2643a35..061cb7eaef473df8ce1b9d8416cf6068b947c3b7 100644
|
| --- a/ui/views/animation/test/test_ink_drop.cc
|
| +++ b/ui/views/animation/test/test_ink_drop.cc
|
| @@ -10,6 +10,8 @@ namespace test {
|
| TestInkDrop::TestInkDrop() : state_(InkDropState::HIDDEN), is_hovered_(false) {}
|
| TestInkDrop::~TestInkDrop() {}
|
|
|
| +void TestInkDrop::HostSizeChanged(const gfx::Size& new_size) {}
|
| +
|
| InkDropState TestInkDrop::GetTargetInkDropState() const {
|
| return state_;
|
| }
|
|
|