summaryrefslogtreecommitdiffstats
path: root/views/controls/menu/chrome_menu.cc
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/menu/chrome_menu.cc')
-rw-r--r--views/controls/menu/chrome_menu.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/controls/menu/chrome_menu.cc b/views/controls/menu/chrome_menu.cc
index b05552f..f6e3950 100644
--- a/views/controls/menu/chrome_menu.cc
+++ b/views/controls/menu/chrome_menu.cc
@@ -685,7 +685,7 @@ class MenuHost : public WidgetWin {
const gfx::Rect& bounds,
View* contents_view,
bool do_capture) {
- WidgetWin::Init(parent, bounds, true);
+ WidgetWin::Init(parent, bounds);
SetContentsView(contents_view);
// We don't want to take focus away from the hosting window.
ShowWindow(SW_SHOWNA);