| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index b5db4bc1d7fae228d365159218a3fa274f5a11d9..39a1de39215ce7f35b8708db72921143545498a8 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -1070,7 +1070,7 @@ bool BrowserMainLoop::InitializeToolkit() {
|
|
|
| // Env creates the compositor. Aura widgets need the compositor to be created
|
| // before they can be initialized by the browser.
|
| - aura::Env::CreateInstance();
|
| + aura::Env::CreateInstance(true);
|
| #endif // defined(USE_AURA)
|
|
|
| if (parts_)
|
|
|