| Index: ui/views/controls/menu/menu_controller.cc
|
| diff --git a/ui/views/controls/menu/menu_controller.cc b/ui/views/controls/menu/menu_controller.cc
|
| index 9a84fee94785a4f39ae2ba8b42b30afdf3853ea3..5127085d464930d5f7cf054470234dc832d61503 100644
|
| --- a/ui/views/controls/menu/menu_controller.cc
|
| +++ b/ui/views/controls/menu/menu_controller.cc
|
| @@ -1423,7 +1423,8 @@ bool MenuController::ShowSiblingMenu(SubmenuView* source,
|
|
|
| // There is a sibling menu, update the button state, hide the current menu
|
| // and show the new one.
|
| - pressed_lock_.reset(new MenuButton::PressedLock(button));
|
| + pressed_lock_.reset(
|
| + new MenuButton::PressedLock(button, true /* is_sibling_menu_show */));
|
|
|
| // Need to reset capture when we show the menu again, otherwise we aren't
|
| // going to get any events.
|
|
|