We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7534333 commit df50ac2Copy full SHA for df50ac2
CefSharp.Test/CefSharpFixture.cs
@@ -58,6 +58,7 @@ private void CefInitialize()
58
settings.RootCachePath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "CefSharp\\Tests");
59
//settings.CefCommandLineArgs.Add("renderer-startup-dialog");
60
//settings.CefCommandLineArgs.Add("disable-site-isolation-trials");
61
+ settings.DisableGpuAcceleration();
62
63
var success = Cef.Initialize(settings, performDependencyCheck: false, browserProcessHandler: null);
64
0 commit comments