| Index: ui/views/animation/ink_drop_factory.cc
|
| diff --git a/ui/views/animation/ink_drop_factory.cc b/ui/views/animation/ink_drop_factory.cc
|
| index ef668e153e2b7bd3b93567a6ec4f947780399ffc..3673cf3423fccf9f44f91c5215cd124653405fcc 100644
|
| --- a/ui/views/animation/ink_drop_factory.cc
|
| +++ b/ui/views/animation/ink_drop_factory.cc
|
| @@ -28,7 +28,6 @@ class InkDropStub : public InkDrop {
|
| InkDropState GetTargetInkDropState() const override {
|
| return InkDropState::HIDDEN;
|
| }
|
| - bool IsVisible() const override { return false; }
|
| void AnimateToState(InkDropState state) override {}
|
| void SnapToActivated() override {}
|
| void SetHovered(bool is_hovered) override {}
|
|
|