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

Update to CEF 134.3.1

This commit is contained in:
Salvador Díaz Fau
2025-03-13 11:51:28 +01:00
parent 752306b7c9
commit e223d1c0a6
55 changed files with 5848 additions and 3242 deletions

View File

@ -120,7 +120,9 @@ var
cef_get_path : function(key: TCefPathKey; path: PCefString): Integer; cdecl;
// /include/capi/cef_preference_capi.h
cef_preference_manager_get_global : function : PCefPreferenceManager; cdecl;
cef_preference_manager_get_global : function : PCefPreferenceManager; cdecl;
cef_preference_manager_get_chrome_variations_as_switches : procedure(switches: TCefStringList); cdecl; {* CEF_API_ADDED(13401) *}
cef_preference_manager_get_chrome_variations_as_strings : procedure(strings: TCefStringList); cdecl; {* CEF_API_ADDED(13401) *}
// /include/capi/cef_print_settings_capi.h
cef_print_settings_create : function : PCefPrintSettings; cdecl;