Remove call to EnableInternalPdfViewerOffScreen as it's been removed as Chromium no longer supports disabling of surfaces
This commit is contained in:
parent
d7e13cbcb1
commit
402267bf8e
@ -9,7 +9,6 @@ namespace CefSharp.MinimalExample.Wpf
|
||||
{
|
||||
//Perform dependency check to make sure all relevant resources are in our output directory.
|
||||
var settings = new CefSettings();
|
||||
settings.EnableInternalPdfViewerOffScreen();
|
||||
|
||||
Cef.Initialize(settings, performDependencyCheck: true, browserProcessHandler: null);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user