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

Update to CEF 85.2.11

This commit is contained in:
Salvador Díaz Fau
2020-08-29 11:48:12 +02:00
parent cfeee87c30
commit d444bb29e1
74 changed files with 4181 additions and 242 deletions

View File

@ -166,7 +166,6 @@ type
TCefMediaSinkInfo = record
ID : ustring;
Valid : boolean;
Name : ustring;
Description : ustring;
IconType : TCefMediaSinkIconType;
@ -1390,7 +1389,6 @@ type
ICefMediaSink = interface(ICefBaseRefCounted)
['{EDA1A4B2-2A4C-42DD-A7DF-901BF93D908D}']
function GetId: ustring;
function IsValid: boolean;
function GetName: ustring;
function GetDescription: ustring;
function GetIconType: TCefMediaSinkIconType;
@ -1410,7 +1408,6 @@ type
ICefMediaSource = interface(ICefBaseRefCounted)
['{734ED6E4-6498-43ED-AAA4-6B993EDC30BE}']
function GetId : ustring;
function IsValid : boolean;
function IsCastSource : boolean;
function IsDialSource : boolean;
@ -1433,7 +1430,6 @@ type
['{27291B7A-C0AE-4EE0-9115-15C810E22F6C}']
procedure OnContextInitialized;
procedure OnBeforeChildProcessLaunch(const commandLine: ICefCommandLine);
procedure OnRenderProcessThreadCreated(const extraInfo: ICefListValue);
procedure GetPrintHandler(var aHandler : ICefPrintHandler);
procedure OnScheduleMessagePumpWork(const delayMs: Int64);
end;
@ -1442,7 +1438,6 @@ type
// /include/capi/cef_render_process_handler_capi.h (cef_render_process_handler_t)
ICefRenderProcessHandler = interface(ICefBaseRefCounted)
['{FADEE3BC-BF66-430A-BA5D-1EE3782ECC58}']
procedure OnRenderThreadCreated(const extraInfo: ICefListValue);
procedure OnWebKitInitialized;
procedure OnBrowserCreated(const browser: ICefBrowser; const extra_info: ICefDictionaryValue);
procedure OnBrowserDestroyed(const browser: ICefBrowser);