| Index: ui/views/animation/ink_drop_impl.cc
 | 
| diff --git a/ui/views/animation/ink_drop_impl.cc b/ui/views/animation/ink_drop_impl.cc
 | 
| index 01b392896552051bceda44aa4da4bdf53e19a0f6..a6b767607b54074a85957232646b1ebed9364cb4 100644
 | 
| --- a/ui/views/animation/ink_drop_impl.cc
 | 
| +++ b/ui/views/animation/ink_drop_impl.cc
 | 
| @@ -626,6 +626,8 @@ void InkDropImpl::HostSizeChanged(const gfx::Size& new_size) {
 | 
|    // when a mask layer is applied to it. This will not affect clipping if no
 | 
|    // mask layer is set.
 | 
|    root_layer_->SetBounds(gfx::Rect(new_size));
 | 
| +  if (ink_drop_ripple_)
 | 
| +    ink_drop_ripple_->HostSizeChanged(new_size);
 | 
|  }
 | 
|  
 | 
|  InkDropState InkDropImpl::GetTargetInkDropState() const {
 | 
| 
 |