From 11bb3607d505ce3e52f88b31b71bf45bdff90cda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Salvador=20D=C3=ADaz=20Fau?= Date: Thu, 2 May 2024 11:35:25 +0200 Subject: [PATCH] Fixed FMXSkiaBrowser demo --- demos/Delphi_FMX_Windows/FMXSkiaBrowser/FMXSkiaBrowser.dpr | 2 +- demos/Delphi_FMX_Windows/FMXSkiaBrowser/FMXSkiaBrowser.dproj | 5 +++++ demos/Delphi_FMX_Windows/FMXSkiaBrowser/uMainForm.pas | 2 +- update_CEF4Delphi.json | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/demos/Delphi_FMX_Windows/FMXSkiaBrowser/FMXSkiaBrowser.dpr b/demos/Delphi_FMX_Windows/FMXSkiaBrowser/FMXSkiaBrowser.dpr index f22804aa..ffaffc75 100644 --- a/demos/Delphi_FMX_Windows/FMXSkiaBrowser/FMXSkiaBrowser.dpr +++ b/demos/Delphi_FMX_Windows/FMXSkiaBrowser/FMXSkiaBrowser.dpr @@ -6,7 +6,7 @@ uses {$ENDIF } FMX.Forms, FMX.Types, - Skia.FMX, // This unit comes from the Skia4Delphi project + FMX.Skia, // This unit comes from the Skia4Delphi project uCEFApplication, uCEFFMXWorkScheduler, uMainForm in 'uMainForm.pas' {MainForm}, diff --git a/demos/Delphi_FMX_Windows/FMXSkiaBrowser/FMXSkiaBrowser.dproj b/demos/Delphi_FMX_Windows/FMXSkiaBrowser/FMXSkiaBrowser.dproj index 952cc431..c7654470 100644 --- a/demos/Delphi_FMX_Windows/FMXSkiaBrowser/FMXSkiaBrowser.dproj +++ b/demos/Delphi_FMX_Windows/FMXSkiaBrowser/FMXSkiaBrowser.dproj @@ -9,6 +9,7 @@ Win32 3 Application + FMXSkiaBrowser true @@ -1209,6 +1210,9 @@ 1 + + 1 + @@ -1502,6 +1506,7 @@ + False diff --git a/demos/Delphi_FMX_Windows/FMXSkiaBrowser/uMainForm.pas b/demos/Delphi_FMX_Windows/FMXSkiaBrowser/uMainForm.pas index 0f550e8b..1c0b458b 100644 --- a/demos/Delphi_FMX_Windows/FMXSkiaBrowser/uMainForm.pas +++ b/demos/Delphi_FMX_Windows/FMXSkiaBrowser/uMainForm.pas @@ -12,7 +12,7 @@ uses uCEFFMXChromium, uCEFFMXBufferPanel, uCEFFMXWorkScheduler, uCEFInterfaces, uCEFTypes, uCEFConstants, uCEFChromiumCore, // The following units come from the Skia4Delphi project - Skia, Skia.FMX, Skia.FMX.Graphics; + Skia, FMX.Skia; type diff --git a/update_CEF4Delphi.json b/update_CEF4Delphi.json index 24032038..e0cd26ba 100644 --- a/update_CEF4Delphi.json +++ b/update_CEF4Delphi.json @@ -2,7 +2,7 @@ "UpdateLazPackages" : [ { "ForceNotify" : true, - "InternalVersion" : 587, + "InternalVersion" : 588, "Name" : "cef4delphi_lazarus.lpk", "Version" : "124.3.1" }