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 f54c70f commit 4bdf4f8Copy full SHA for 4bdf4f8
CefSharp.Test/CefSharpFixture.cs
@@ -65,7 +65,7 @@ private void CefInitialize()
65
settings.RootCachePath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "CefSharp\\Tests");
66
//settings.CefCommandLineArgs.Add("renderer-startup-dialog");
67
//settings.CefCommandLineArgs.Add("disable-site-isolation-trials");
68
- settings.DisableGpuAcceleration();
+ settings.SetOffScreenRenderingBestPerformanceArgs();
69
70
var success = Cef.Initialize(settings, performDependencyCheck: false, browserProcessHandler: null);
71
0 commit comments