Merge branch 'master' into cefsharp/65

This commit is contained in:
Alex Maitland
2018-07-13 21:26:07 +10:00
committed by GitHub
3 changed files with 19 additions and 0 deletions
+4
View File
@@ -15,6 +15,10 @@ namespace CefSharp.MinimalExample.Wpf
};
settings.DisableTouchpadAndWheelScrollLatching();
//Example of setting a command line argument
//Enables WebRTC
settings.CefCommandLineArgs.Add("enable-media-stream", "1");
//Perform dependency check to make sure all relevant resources are in our output directory.
Cef.Initialize(settings, performDependencyCheck: true, browserProcessHandler: null);