C# Winform Cef 闪黑屏
CefSettings cs = new CefSettings(); cs.CefCommandLineArgs.Add("disable-gpu", "1");//禁用GPU Cef.Initialize(cs);