| Index: views/controls/menu/menu_controller.cc
|
| diff --git a/views/controls/menu/menu_controller.cc b/views/controls/menu/menu_controller.cc
|
| index 6327684c623b58c6e10308c12979827b3c3b6a5a..2533cef20872a784db372cc6817af07bee8ec426 100644
|
| --- a/views/controls/menu/menu_controller.cc
|
| +++ b/views/controls/menu/menu_controller.cc
|
| @@ -1017,7 +1017,7 @@ void MenuController::UpdateInitialLocation(
|
|
|
| // Calculate the bounds of the monitor we'll show menus on. Do this once to
|
| // avoid repeated system queries for the info.
|
| - pending_state_.monitor_bounds = Screen::GetMonitorAreaNearestPoint(
|
| + pending_state_.monitor_bounds = Screen::GetMonitorWorkAreaNearestPoint(
|
| bounds.origin());
|
| }
|
|
|
|
|