| 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..1b417908b5c3f7659126a832c24ac47ec394a2c7 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(), gfx::Insets(), GetInkDropCenterBasedOnLastEvent(),
|
| GetNativeTheme()->GetSystemColor(
|
| ui::NativeTheme::kColorId_LabelEnabledColor),
|
| ink_drop_visible_opacity()));
|
|
|