1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-12-03 21:44:45 +02:00

Update to CEF 81.3.10

- Add missing "messages" unit to the uses section in FMXTabbedOSRBrowser demo.
This commit is contained in:
Salvador Díaz Fau
2020-05-14 18:54:42 +02:00
parent dbab922640
commit 7798f97872
5 changed files with 8 additions and 8 deletions

View File

@@ -43,7 +43,7 @@ interface
uses
Winapi.Windows, System.SysUtils, System.Types, System.UITypes, System.Classes,
System.Variants, FMX.Types, {$IFDEF DELPHI17_UP}FMX.Graphics,{$ENDIF}
WinApi.Messages, System.Variants, FMX.Types, {$IFDEF DELPHI17_UP}FMX.Graphics,{$ENDIF}
System.SyncObjs, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.StdCtrls,
FMX.Edit, FMX.Layouts, FMX.Controls.Presentation, FMX.TabControl,
uCEFChromiumCore, uCEFFMXChromium, uCEFFMXWindowParent, uCEFInterfaces,