Remove flag that was causing rendering problems

This commit is contained in:
Ylva Selling
2022-04-27 11:04:47 -04:00
parent fc10f627cf
commit 9dc1f492e4

View File

@@ -45,7 +45,6 @@ void WebBrowserApp::OnBeforeCommandLineProcessing(const CefString&,
commandLine->AppendSwitch("--enable-gpu-rasterization");
commandLine->AppendSwitch("--use-gl=desktop");
commandLine->AppendSwitch("--enable-webgl2-compute-context");
commandLine->AppendSwitch("--enable-webgl-image-chromium");
commandLine->AppendSwitch("ignore-gpu-blocklist");
commandLine->AppendSwitch("log-gpu-control-list-decisions");
commandLine->AppendSwitch("use-mock-keychain");