Index: content/browser/browser_main_loop.cc |
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc |
index 487e421bc7c742c433540ca09d657a47fd48723f..56f3032a8d4869c1ccb50607cdcc64863487fa26 100644 |
--- a/content/browser/browser_main_loop.cc |
+++ b/content/browser/browser_main_loop.cc |
@@ -1408,7 +1408,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(shell::ShellIsRemote(), UsingInProcessGpu()); |
#endif // defined(USE_AURA) |
if (parts_) |