From 75aaa0abb314ff16cb8055f883118dfe1819cb46 Mon Sep 17 00:00:00 2001 From: Ylva Selling Date: Mon, 25 Apr 2022 17:06:51 -0400 Subject: [PATCH] Remove CEF-command line flag to prevent GPU crash --- modules/webbrowser/src/webbrowserapp.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/webbrowser/src/webbrowserapp.cpp b/modules/webbrowser/src/webbrowserapp.cpp index af5dec9666..abca6be8dc 100644 --- a/modules/webbrowser/src/webbrowserapp.cpp +++ b/modules/webbrowser/src/webbrowserapp.cpp @@ -42,7 +42,6 @@ void WebBrowserApp::OnContextCreated(CefRefPtr, CefRefPtr, void WebBrowserApp::OnBeforeCommandLineProcessing(const CefString&, CefRefPtr commandLine) { - commandLine->AppendSwitch("use-gl=desktop"); commandLine->AppendSwitch("ignore-gpu-blacklist"); commandLine->AppendSwitch("log-gpu-control-list-decisions"); commandLine->AppendSwitch("use-mock-keychain");