| Index: ui/views/style/mac/combobox_background_mac.cc
|
| diff --git a/ui/views/style/mac/combobox_background_mac.cc b/ui/views/style/mac/combobox_background_mac.cc
|
| index d15be0838a9e55cd8a7ca226997904388a5e62c0..e9d73b19cf9111f9b370224a7a2f313102149624 100644
|
| --- a/ui/views/style/mac/combobox_background_mac.cc
|
| +++ b/ui/views/style/mac/combobox_background_mac.cc
|
| @@ -22,7 +22,7 @@ ComboboxBackgroundMac::~ComboboxBackgroundMac() {}
|
|
|
| void ComboboxBackgroundMac::Paint(gfx::Canvas* canvas, View* view) const {
|
| gfx::RectF bounds(view->GetLocalBounds());
|
| - gfx::ScopedRTLFlipCanvas scoped_canvas(canvas, view->bounds());
|
| + gfx::ScopedRTLFlipCanvas scoped_canvas(canvas, view->width());
|
|
|
| // Inset the left side far enough to draw only the arrow button, and inset the
|
| // other three sides by half a pixel so the edge of the background doesn't
|
|
|