Skip to content

Commit 0263011

Browse files
TFP-devLpsdTheNormalnij
authored
Fix #2932 (Fix CEF hardware acceleration not working) (#2933)
* Fix CEF hardware acceleration not working * Update Client/cefweb/CWebApp.cpp Co-authored-by: Uladzislau Nikalayevich <[email protected]> * Update CWebApp.cpp --------- Co-authored-by: lopsi <[email protected]> Co-authored-by: Uladzislau Nikalayevich <[email protected]>
1 parent 78f6d66 commit 0263011

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Client/cefweb/CWebApp.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ CefRefPtr<CefResourceHandler> CWebApp::HandleError(const SString& strError, unsi
2121

2222
void CWebApp::OnBeforeCommandLineProcessing(const CefString& process_type, CefRefPtr<CefCommandLine> command_line)
2323
{
24-
command_line->AppendSwitch("disable-gpu-compositing");
25-
command_line->AppendSwitch("disable-gpu");
2624
// command_line->AppendSwitch("disable-d3d11");
2725
command_line->AppendSwitch("enable-begin-frame-scheduling");
2826

0 commit comments

Comments
 (0)