| Index: ui/views/animation/ink_drop_animation_controller_factory.cc
|
| diff --git a/ui/views/animation/ink_drop_animation_controller_factory.cc b/ui/views/animation/ink_drop_animation_controller_factory.cc
|
| index d20fe1f24f0c911b8a37846453cdd69a47990735..4efaecf5005dbf65573e117ccffbdf2f553fcf07 100644
|
| --- a/ui/views/animation/ink_drop_animation_controller_factory.cc
|
| +++ b/ui/views/animation/ink_drop_animation_controller_factory.cc
|
| @@ -30,7 +30,6 @@ class InkDropAnimationControllerStub
|
| void AnimateToState(InkDropState state) override;
|
| void SetHovered(bool is_hovered) override;
|
| bool IsHovered() const override;
|
| - gfx::Size GetInkDropLargeSize() const override;
|
| void SetInkDropSize(const gfx::Size& large_size,
|
| int large_corner_radius,
|
| const gfx::Size& small_size,
|
| @@ -70,10 +69,6 @@ bool InkDropAnimationControllerStub::IsHovered() const {
|
| return is_hovered_;
|
| }
|
|
|
| -gfx::Size InkDropAnimationControllerStub::GetInkDropLargeSize() const {
|
| - return gfx::Size();
|
| -}
|
| -
|
| void InkDropAnimationControllerStub::SetInkDropSize(const gfx::Size& large_size,
|
| int large_corner_radius,
|
| const gfx::Size& small_size,
|
|
|