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");