1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-11-23 21:34:53 +02:00

Update to CEF 91.1.17

Remove unnecessary workarounds in the FMX demo for MacOS
This commit is contained in:
Salvador Díaz Fau
2021-06-16 10:31:12 +02:00
parent 3228738e3a
commit c5b989588e
5 changed files with 15 additions and 28 deletions

View File

@@ -66,7 +66,7 @@ uses
const
CEF_SUPPORTED_VERSION_MAJOR = 91;
CEF_SUPPORTED_VERSION_MINOR = 1;
CEF_SUPPORTED_VERSION_RELEASE = 16;
CEF_SUPPORTED_VERSION_RELEASE = 17;
CEF_SUPPORTED_VERSION_BUILD = 0;
CEF_CHROMEELF_VERSION_MAJOR = 91;