| Index: ui/views/controls/menu/menu_host.cc
|
| diff --git a/ui/views/controls/menu/menu_host.cc b/ui/views/controls/menu/menu_host.cc
|
| index 4645e1ba6aabef05354fc2f3b78b5dd255fea71c..61e3f3818532138c8bec5d9d532f22044f8bec8a 100644
|
| --- a/ui/views/controls/menu/menu_host.cc
|
| +++ b/ui/views/controls/menu/menu_host.cc
|
| @@ -76,7 +76,7 @@ void MenuHost::ShowMenuHost(bool do_capture) {
|
| // Doing a capture may make us get capture lost. Ignore it while we're in the
|
| // process of showing.
|
| base::AutoReset<bool> reseter(&ignore_capture_lost_, true);
|
| - Show();
|
| + ShowInactive();
|
| if (do_capture) {
|
| #if defined(USE_AURA)
|
| // Cancel existing touches, so we don't miss some touch release/cancel
|
|
|