I've uploaded the CEF4Delphi update to CEF 3.3202.1677.gd04a869 with the following changes :
- Added a simple timer in the SimpleBrowser and MiniBrowser demos to create the browser when GlobalCEFApp.GlobalContextInitialized is true. There are more "elegant" ways to do this with a critical section but this is easier to understand and implement.
- Added the GlobalCEFApp.DisableGPUCache property to disable the creation of the "GPUCache" directory.
- Added the GlobalCEFApp.ProcessType property in case you need to know if the current process is the main browser process or some other type.
- Added "swiftshader\libEGL.dll" and "swiftshader\libGLESv2.dll" to the CEF files checked at initialization.
- Removed the parameter in the creation of GlobalCEFApp.
- Fixed the TCefApplication.InitializeLibrary function. Now it uses the correct variable type in cef_initialize
- Deleted the *.res files because they are created automatically.