| Index: ui/views/animation/ink_drop_ripple.cc
|
| diff --git a/ui/views/animation/ink_drop_ripple.cc b/ui/views/animation/ink_drop_ripple.cc
|
| index 9b4ee3c151f279a0c89c560637622dcb2845c000..0794be64898bb0855b94f7ce5b88e14db9874669 100644
|
| --- a/ui/views/animation/ink_drop_ripple.cc
|
| +++ b/ui/views/animation/ink_drop_ripple.cc
|
| @@ -30,6 +30,8 @@ InkDropRipple::InkDropRipple()
|
|
|
| InkDropRipple::~InkDropRipple() {}
|
|
|
| +void InkDropRipple::HostSizeChanged(const gfx::Size& new_size) {}
|
| +
|
| void InkDropRipple::AnimateToState(InkDropState ink_drop_state) {
|
| // Does not return early if |target_ink_drop_state_| == |ink_drop_state| for
|
| // two reasons.
|
|
|