| Index: ui/views/animation/ink_drop_animation_controller.h
|
| diff --git a/ui/views/animation/ink_drop_animation_controller.h b/ui/views/animation/ink_drop_animation_controller.h
|
| index 38c458af5a61838959b0b9151ce96251b924cf6f..5b4b243b79b042287c202f5bf9436eec4f5a1745 100644
|
| --- a/ui/views/animation/ink_drop_animation_controller.h
|
| +++ b/ui/views/animation/ink_drop_animation_controller.h
|
| @@ -44,8 +44,6 @@ class VIEWS_EXPORT InkDropAnimationController {
|
| // Returns true if the hover state is enabled.
|
| virtual bool IsHovered() const = 0;
|
|
|
| - virtual gfx::Size GetInkDropLargeSize() const = 0;
|
| -
|
| // Sets the different sizes of the ink drop.
|
| virtual void SetInkDropSize(const gfx::Size& large_size,
|
| int large_corner_radius,
|
|
|