| Index: chrome/browser/ui/views/app_menu_button_win.cc
|
| diff --git a/chrome/browser/ui/views/app_menu_button_win.cc b/chrome/browser/ui/views/app_menu_button_win.cc
|
| index cd5c5f53e8c0022898c413eb36006dfe7e397ffd..7dc043f56807a4a2f7f46a0e97831c3505f9bbbe 100644
|
| --- a/chrome/browser/ui/views/app_menu_button_win.cc
|
| +++ b/chrome/browser/ui/views/app_menu_button_win.cc
|
| @@ -15,7 +15,7 @@ bool AppMenuButtonWin::OnKeyPressed(const views::KeyEvent& event) {
|
| if (event.key_code() == ui::VKEY_SPACE) {
|
| // Typical windows behavior is to show the system menu on space.
|
| views::Widget* widget = GetWidget();
|
| - gfx::Rect bounds = widget->GetClientAreaScreenBounds();
|
| + gfx::Rect bounds = widget->GetClientAreaBoundsInScreen();
|
| ui::ShowSystemMenu(widget->GetNativeView(), bounds.x(), bounds.y() + 10);
|
| return false;
|
| }
|
|
|