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

Always run TryCloseBrowser in the CEF UI thread

This commit is contained in:
Salvador Díaz Fau
2024-09-12 12:42:58 +02:00
parent b5e337f36c
commit aba0ec399c
4 changed files with 67 additions and 6 deletions

View File

@ -507,6 +507,7 @@ type
procedure doSetAudioMuted(aValue : boolean);
procedure doToggleAudioMuted;
procedure doEnableFocus;
function doTryCloseBrowser : boolean;
function MustCreateAudioHandler : boolean;
function MustCreateCommandHandler : boolean;
function MustCreateLoadHandler : boolean;