| Index: ui/views/animation/ink_drop_stub.h
|
| diff --git a/ui/views/animation/ink_drop_stub.h b/ui/views/animation/ink_drop_stub.h
|
| index 00fb4900e4f11385ddaff5f93ec27befcca994bb..63a422679ef49c53756467ff3e15678af215b596 100644
|
| --- a/ui/views/animation/ink_drop_stub.h
|
| +++ b/ui/views/animation/ink_drop_stub.h
|
| @@ -16,6 +16,7 @@ class VIEWS_EXPORT InkDropStub : public InkDrop {
|
| ~InkDropStub() override;
|
|
|
| // InkDrop:
|
| + void HostSizeChanged(const gfx::Size& new_size) override;
|
| InkDropState GetTargetInkDropState() const override;
|
| void AnimateToState(InkDropState state) override;
|
| void SnapToActivated() override;
|
|
|