1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-07-12 22:30:17 +02:00

Update to CEF 3.3440.1802.g9512b3f

- GlobalCEFApp.SitePerProcess default value is now TRUE .
- Added TChromium.SpellChecking and TChromium.SpellCheckerDicts properties.
This commit is contained in:
Salvador Díaz Fau
2018-07-31 09:47:43 +02:00
parent 61ff40bd9d
commit eba3058fd5
4 changed files with 203 additions and 18 deletions

View File

@ -967,7 +967,6 @@ type
// /include/internal/cef_types.h (cef_settings_t)
TCefSettings = record
size : NativeUInt;
single_process : Integer;
no_sandbox : Integer;
browser_subprocess_path : TCefString;
framework_dir_path : TCefString;