| Index: content/browser/web_contents/web_contents_view_aura.cc
|
| diff --git a/content/browser/web_contents/web_contents_view_aura.cc b/content/browser/web_contents/web_contents_view_aura.cc
|
| index 0de1e764fac058fece247632085c306ff83e3518..40347146b675ce3efe3fbd61739dc317dae857ac 100644
|
| --- a/content/browser/web_contents/web_contents_view_aura.cc
|
| +++ b/content/browser/web_contents/web_contents_view_aura.cc
|
| @@ -1043,7 +1043,7 @@ void WebContentsViewAura::CreateView(
|
| // if the bookmark bar is not shown and you create a new tab). The right
|
| // value is set shortly after this, so its safe to ignore.
|
|
|
| - aura::Env::CreateInstance();
|
| + aura::Env::CreateInstance(true);
|
| window_.reset(new aura::Window(this));
|
| window_->set_owned_by_parent(false);
|
| window_->SetType(ui::wm::WINDOW_TYPE_CONTROL);
|
|
|