From 5c56e98fc64d0d20f80634bcef290b641dadb392 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Fri, 14 Jun 2024 15:12:08 +0000 Subject: [PATCH] Update to Chromium version 126.0.6478.62 --- CHROMIUM_BUILD_COMPATIBILITY.txt | 2 +- include/cef_api_hash.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHROMIUM_BUILD_COMPATIBILITY.txt b/CHROMIUM_BUILD_COMPATIBILITY.txt index 94b57f16b..62b9186ee 100644 --- a/CHROMIUM_BUILD_COMPATIBILITY.txt +++ b/CHROMIUM_BUILD_COMPATIBILITY.txt @@ -7,5 +7,5 @@ # https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding { - 'chromium_checkout': 'refs/tags/126.0.6478.57' + 'chromium_checkout': 'refs/tags/126.0.6478.62' } diff --git a/include/cef_api_hash.h b/include/cef_api_hash.h index 0dcbced41..cfb2fac74 100644 --- a/include/cef_api_hash.h +++ b/include/cef_api_hash.h @@ -42,13 +42,13 @@ // way that may cause binary incompatibility with other builds. The universal // hash value will change if any platform is affected whereas the platform hash // values will change only if that particular platform is affected. -#define CEF_API_HASH_UNIVERSAL "3ecad1c27a9f10720824f4c4be478dab28f1258d" +#define CEF_API_HASH_UNIVERSAL "ed1dfa5ff8a041241f8fb72eb7454811f358f0d3" #if defined(OS_WIN) -#define CEF_API_HASH_PLATFORM "551fbcb8ec2687c554be82cc10f471201c88727b" +#define CEF_API_HASH_PLATFORM "0d99d1b9b85b2efab91a39d6fc325bb6d56fd524" #elif defined(OS_MAC) -#define CEF_API_HASH_PLATFORM "4ca22671083a799f3c8c09905804882988ebd97b" +#define CEF_API_HASH_PLATFORM "e585e190387e31a71267207b66d175e213991470" #elif defined(OS_LINUX) -#define CEF_API_HASH_PLATFORM "fb827bbeab0a16044f5cee11912d7dfc2ad44999" +#define CEF_API_HASH_PLATFORM "09d3e280ed38f7a082b794c56ff71c52f86f0ea8" #endif #ifdef __cplusplus