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