You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-11-23 21:34:53 +02:00
Linux fixes made by pmamod
- Added 2 Linux demos in Lazarus : SimpleBrowser2 and SimpleOSRBrowser.
This commit is contained in:
@@ -234,10 +234,10 @@ type
|
||||
function GetLibCefVersion : string;
|
||||
function GetLibCefPath : string;
|
||||
function GetChromeElfPath : string;
|
||||
function GetMustCreateResourceBundleHandler : boolean;
|
||||
function GetMustCreateBrowserProcessHandler : boolean;
|
||||
function GetMustCreateRenderProcessHandler : boolean;
|
||||
function GetMustCreateLoadHandler : boolean;
|
||||
function GetMustCreateResourceBundleHandler : boolean; virtual;
|
||||
function GetMustCreateBrowserProcessHandler : boolean; virtual;
|
||||
function GetMustCreateRenderProcessHandler : boolean; virtual;
|
||||
function GetMustCreateLoadHandler : boolean; virtual;
|
||||
function GetGlobalContextInitialized : boolean;
|
||||
function GetChildProcessesCount : integer;
|
||||
function GetUsedMemory : cardinal;
|
||||
|
||||
Reference in New Issue
Block a user