Skip to content

Commit 4bdf4f8

Browse files
committed
Tests - Disable GPU Compositing
1 parent f54c70f commit 4bdf4f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CefSharp.Test/CefSharpFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ private void CefInitialize()
6565
settings.RootCachePath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "CefSharp\\Tests");
6666
//settings.CefCommandLineArgs.Add("renderer-startup-dialog");
6767
//settings.CefCommandLineArgs.Add("disable-site-isolation-trials");
68-
settings.DisableGpuAcceleration();
68+
settings.SetOffScreenRenderingBestPerformanceArgs();
6969

7070
var success = Cef.Initialize(settings, performDependencyCheck: false, browserProcessHandler: null);
7171

0 commit comments

Comments
 (0)