| Index: ui/views/controls/combobox/combobox.cc
 | 
| diff --git a/ui/views/controls/combobox/combobox.cc b/ui/views/controls/combobox/combobox.cc
 | 
| index 852aa5f0fddaa56ee1501cb98c99d538f8f57163..8b32edd0d9e3d61ef122bbd8527e32e7882b7520 100644
 | 
| --- a/ui/views/controls/combobox/combobox.cc
 | 
| +++ b/ui/views/controls/combobox/combobox.cc
 | 
| @@ -151,7 +151,7 @@ class TransparentButton : public CustomButton {
 | 
|    std::unique_ptr<InkDropRipple> CreateInkDropRipple() const override {
 | 
|      return std::unique_ptr<views::InkDropRipple>(
 | 
|          new views::FloodFillInkDropRipple(
 | 
| -            GetLocalBounds(), GetInkDropCenterBasedOnLastEvent(),
 | 
| +            size(), GetInkDropCenterBasedOnLastEvent(),
 | 
|              GetNativeTheme()->GetSystemColor(
 | 
|                  ui::NativeTheme::kColorId_LabelEnabledColor),
 | 
|              ink_drop_visible_opacity()));
 | 
| 
 |