From b24181e206b81e7c336b0a72478cbf733cd4e5ae Mon Sep 17 00:00:00 2001 From: Ylva Selling Date: Thu, 21 Jul 2022 18:40:03 -0400 Subject: [PATCH] Remove --ignore-gpu-blocklist CEF flag --- 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 f6a01ceeae..43236bfb25 100644 --- a/modules/webbrowser/src/webbrowserapp.cpp +++ b/modules/webbrowser/src/webbrowserapp.cpp @@ -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");