1
0
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:
Salvador Díaz Fau
2019-11-09 18:10:24 +01:00
parent 36bb84fcf6
commit 88950ed6d0
4 changed files with 7 additions and 7 deletions

View File

@ -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,