1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-04-17 06:57:13 +02:00

Update to CEF 3.3578.1869.gcc1dc0f

This commit is contained in:
Salvador Díaz Fau 2019-01-31 09:03:08 +01:00
parent f699e892a2
commit 787bb84938
2 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,7 @@ uses
const
CEF_SUPPORTED_VERSION_MAJOR = 3;
CEF_SUPPORTED_VERSION_MINOR = 3578;
CEF_SUPPORTED_VERSION_RELEASE = 1867;
CEF_SUPPORTED_VERSION_RELEASE = 1869;
CEF_SUPPORTED_VERSION_BUILD = 0;
CEF_CHROMEELF_VERSION_MAJOR = 71;

View File

@ -326,6 +326,7 @@ const
LOGSEVERITY_INFO = 2;
LOGSEVERITY_WARNING = 3;
LOGSEVERITY_ERROR = 4;
LOGSEVERITY_FATAL = 5;
LOGSEVERITY_DISABLE = 99;
// /include/internal/cef_types.h (cef_duplex_mode_t)