| Index: chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.cc
|
| diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.cc b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.cc
|
| index 83165dc246f01f2a01a8acbd01efe0041915750d..3a6c1a0fa6becefb78f69085d78b88862009b366 100644
|
| --- a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.cc
|
| +++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.cc
|
| @@ -143,7 +143,7 @@ TabContents* NativeTabContentsViewAura::GetTabContents() const {
|
| // NativeTabContentsViewAura, NativeTabContentsView implementation:
|
|
|
| void NativeTabContentsViewAura::InitNativeTabContentsView() {
|
| - views::Widget::InitParams params(views::Widget::InitParams::TYPE_CONTROL);
|
| + views::Widget::InitParams params(views::Widget::InitParams::TYPE_POPUP);
|
| params.native_widget = this;
|
| // We don't draw anything so we don't need a texture.
|
| params.create_texture_for_layer = false;
|
|
|