Chromium Code Reviews| Index: views/controls/menu/chrome_menu.cc |
| =================================================================== |
| --- views/controls/menu/chrome_menu.cc (revision 18879) |
| +++ views/controls/menu/chrome_menu.cc (working copy) |
| @@ -685,7 +685,7 @@ |
| 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); |