| Index: views/controls/button/button_dropdown.cc
|
| ===================================================================
|
| --- views/controls/button/button_dropdown.cc (revision 74228)
|
| +++ views/controls/button/button_dropdown.cc (working copy)
|
| @@ -129,7 +129,7 @@
|
|
|
| void ButtonDropDown::ShowDropDownMenu(gfx::NativeView window) {
|
| if (model_) {
|
| - gfx::Rect lb = GetContentsBounds();
|
| + gfx::Rect lb = GetLocalBounds();
|
|
|
| // Both the menu position and the menu anchor type change if the UI layout
|
| // is right-to-left.
|
|
|