| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index e76edcb988c27b65f6f760ba79de7313f0591df4..9159fb8076b3c2166756f46da3590901f0036bf7 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -1577,7 +1577,7 @@ bool BrowserMainLoop::InitializeToolkit() {
|
|
|
| // Env creates the compositor. Aura widgets need the compositor to be created
|
| // before they can be initialized by the browser.
|
| - env_ = aura::Env::CreateInstance();
|
| + env_ = aura::Env::CreateInstance(parameters_.env_mode);
|
| #endif // defined(USE_AURA)
|
|
|
| if (parts_)
|
|
|