| Index: ash/common/shelf/overflow_button.cc
 | 
| diff --git a/ash/common/shelf/overflow_button.cc b/ash/common/shelf/overflow_button.cc
 | 
| index 3352721e2b14997dfd65dcbd036610cc23cd5b3c..ceb2dd5ed31920a93ef82db3f515e7e86f81d930 100644
 | 
| --- a/ash/common/shelf/overflow_button.cc
 | 
| +++ b/ash/common/shelf/overflow_button.cc
 | 
| @@ -94,9 +94,10 @@ std::unique_ptr<views::InkDrop> OverflowButton::CreateInkDrop() {
 | 
|  
 | 
|  std::unique_ptr<views::InkDropRipple> OverflowButton::CreateInkDropRipple()
 | 
|      const {
 | 
| +  gfx::Insets insets = GetLocalBounds().InsetsFrom(CalculateButtonBounds());
 | 
|    return base::MakeUnique<views::FloodFillInkDropRipple>(
 | 
| -      CalculateButtonBounds(), GetInkDropCenterBasedOnLastEvent(),
 | 
| -      GetInkDropBaseColor(), ink_drop_visible_opacity());
 | 
| +      size(), insets, GetInkDropCenterBasedOnLastEvent(), GetInkDropBaseColor(),
 | 
| +      ink_drop_visible_opacity());
 | 
|  }
 | 
|  
 | 
|  bool OverflowButton::ShouldEnterPushedState(const ui::Event& event) {
 | 
| 
 |