Remove --ignore-gpu-blocklist CEF flag

This commit is contained in:
Ylva Selling
2022-07-21 18:40:03 -04:00
parent 173a1781bd
commit b24181e206

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("ignore-gpu-blocklist");
commandLine->AppendSwitch("log-gpu-control-list-decisions");
commandLine->AppendSwitch("use-mock-keychain");
commandLine->AppendSwitch("enable-begin-frame-scheduling");