summaryrefslogtreecommitdiffstats
path: root/src/core/web_engine_context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/web_engine_context.cpp')
-rw-r--r--src/core/web_engine_context.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/web_engine_context.cpp b/src/core/web_engine_context.cpp
index 4623b0aab..82a6872a0 100644
--- a/src/core/web_engine_context.cpp
+++ b/src/core/web_engine_context.cpp
@@ -141,6 +141,8 @@ WebEngineContext::WebEngineContext()
#if defined(OS_WIN)
// FIXME: The renderer process should be fixed on windows.
parsedCommandLine->AppendSwitch(switches::kSingleProcess);
+ parsedCommandLine->AppendSwitch(switches::kDisableD3D11);
+ parsedCommandLine->AppendSwitch(switches::kDisableExperimentalWebGL);
#endif
#if defined(QTWEBENGINE_MOBILE_SWITCHES)