| Index: chrome/browser/views/blocked_popup_container_view_win.cc
|
| ===================================================================
|
| --- chrome/browser/views/blocked_popup_container_view_win.cc (revision 18902)
|
| +++ chrome/browser/views/blocked_popup_container_view_win.cc (working copy)
|
| @@ -398,7 +398,7 @@
|
|
|
| set_window_style(WS_CHILD | WS_CLIPSIBLINGS | WS_CLIPCHILDREN);
|
| WidgetWin::Init(GetModel()->GetConstrainingContents(NULL)->GetNativeView(),
|
| - gfx::Rect());
|
| + gfx::Rect(), false);
|
| SetContentsView(container_view_);
|
| SetPosition();
|
| }
|
|
|