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:
parent
f699e892a2
commit
787bb84938
@ -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;
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user