We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f6d66 commit 0263011Copy full SHA for 0263011
Client/cefweb/CWebApp.cpp
@@ -21,8 +21,6 @@ CefRefPtr<CefResourceHandler> CWebApp::HandleError(const SString& strError, unsi
21
22
void CWebApp::OnBeforeCommandLineProcessing(const CefString& process_type, CefRefPtr<CefCommandLine> command_line)
23
{
24
- command_line->AppendSwitch("disable-gpu-compositing");
25
- command_line->AppendSwitch("disable-gpu");
26
// command_line->AppendSwitch("disable-d3d11");
27
command_line->AppendSwitch("enable-begin-frame-scheduling");
28
0 commit comments