You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-12 22:07:39 +02:00
Modified JSWindowBindingSubProcess demos to use the new uCEFApplicationCore unit
This commit is contained in:
@ -45,7 +45,7 @@ uses
|
||||
{$ELSE}
|
||||
Windows,
|
||||
{$ENDIF}
|
||||
uCEFApplication,
|
||||
uCEFApplicationCore,
|
||||
uCEFConstants,
|
||||
uCEFv8Value,
|
||||
uCEFInterfaces;
|
||||
@ -66,7 +66,7 @@ begin
|
||||
end;
|
||||
|
||||
begin
|
||||
GlobalCEFApp := TCefApplication.Create;
|
||||
GlobalCEFApp := TCefApplicationCore.Create;
|
||||
GlobalCEFApp.OnContextCreated := GlobalCEFApp_OnContextCreated;
|
||||
|
||||
// The main process and the subprocess *MUST* have the same FrameworkDirPath, ResourcesDirPath,
|
||||
|
Reference in New Issue
Block a user