| Index: ui/views/animation/test/test_ink_drop.h
|
| diff --git a/ui/views/animation/test/test_ink_drop.h b/ui/views/animation/test/test_ink_drop.h
|
| index c34b79b732a68e23cacba4d7a4efb79de7bfe442..a9440e858c056cdb67dbf0e6600db62cd005c83e 100644
|
| --- a/ui/views/animation/test/test_ink_drop.h
|
| +++ b/ui/views/animation/test/test_ink_drop.h
|
| @@ -21,6 +21,7 @@ class TestInkDrop : public InkDrop {
|
|
|
| bool is_hovered() const { return is_hovered_; }
|
|
|
| + void HostSizeChanged(const gfx::Size& new_size) override;
|
| InkDropState GetTargetInkDropState() const override;
|
| void AnimateToState(InkDropState ink_drop_state) override;
|
| void SnapToActivated() override;
|
|
|