| Index: ui/views/animation/ink_drop_stub.cc
|
| diff --git a/ui/views/animation/ink_drop_stub.cc b/ui/views/animation/ink_drop_stub.cc
|
| index 300c72a2cc61ab135d5038fa66af2dcd1cc6c4cd..734173f4b6f86cdba3ab398565dc494054743dc7 100644
|
| --- a/ui/views/animation/ink_drop_stub.cc
|
| +++ b/ui/views/animation/ink_drop_stub.cc
|
| @@ -10,6 +10,8 @@ InkDropStub::InkDropStub() {}
|
|
|
| InkDropStub::~InkDropStub() {}
|
|
|
| +void InkDropStub::HostSizeChanged(const gfx::Size& new_size) {}
|
| +
|
| InkDropState InkDropStub::GetTargetInkDropState() const {
|
| return InkDropState::HIDDEN;
|
| }
|
|
|