Remove CEF-command line flag to prevent GPU crash

This commit is contained in:
Ylva Selling
2022-04-25 17:06:51 -04:00
parent 6e7c448ed9
commit 75aaa0abb3

View File

@@ -42,7 +42,6 @@ void WebBrowserApp::OnContextCreated(CefRefPtr<CefBrowser>, CefRefPtr<CefFrame>,
void WebBrowserApp::OnBeforeCommandLineProcessing(const CefString&,
CefRefPtr<CefCommandLine> commandLine)
{
commandLine->AppendSwitch("use-gl=desktop");
commandLine->AppendSwitch("ignore-gpu-blacklist");
commandLine->AppendSwitch("log-gpu-control-list-decisions");
commandLine->AppendSwitch("use-mock-keychain");