Chromium Code Reviews| Index: views/controls/button/menu_button.cc |
| =================================================================== |
| --- views/controls/button/menu_button.cc (revision 74228) |
| +++ views/controls/button/menu_button.cc (working copy) |
| @@ -126,7 +126,7 @@ |
| // after the menu closes. |
| PaintNow(); |
| if (menu_delegate_) { |
| - gfx::Rect lb = GetContentsBounds(); |
| + gfx::Rect lb = GetLocalBounds(); |
| // The position of the menu depends on whether or not the locale is |
| // right-to-left. |