Commit eb3406bb authored by Michael Brüning's avatar Michael Brüning Committed by Michael Bruning
Browse files

[Win] Enable multiple processes again.


This seems to work well with the Chromium 37-based snapshot.

Change-Id: If7640bf7f2428db12eb2bd01707ef82df9014cf2
Reviewed-by: default avatarJocelyn Turcotte <jocelyn.turcotte@digia.com>
Showing with 0 additions and 2 deletions
...@@ -138,8 +138,6 @@ WebEngineContext::WebEngineContext() ...@@ -138,8 +138,6 @@ WebEngineContext::WebEngineContext()
parsedCommandLine->AppendSwitch(switches::kInProcessGPU); parsedCommandLine->AppendSwitch(switches::kInProcessGPU);
#if defined(OS_WIN) #if defined(OS_WIN)
// FIXME: The renderer process should be fixed on windows.
parsedCommandLine->AppendSwitch(switches::kSingleProcess);
parsedCommandLine->AppendSwitch(switches::kDisableD3D11); parsedCommandLine->AppendSwitch(switches::kDisableD3D11);
parsedCommandLine->AppendSwitch(switches::kDisableExperimentalWebGL); parsedCommandLine->AppendSwitch(switches::kDisableExperimentalWebGL);
#endif #endif
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment