Update generated files for int/char typedef removal (see #3507)

This commit is contained in:
Marshall Greenblatt
2023-06-01 17:07:20 +03:00
parent 5042d71408
commit b854992ae6
102 changed files with 377 additions and 375 deletions

View File

@@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=661cc019b1ef90360e09491c9ccaf1a7b69d6f7e$
// $hash=02a6c45f14489fd5548eb61210ba453de05bcd2d$
//
#include "libcef_dll/ctocpp/browser_host_ctocpp.h"
@@ -332,7 +332,7 @@ NO_SANITIZE("cfi-icall")
void CefBrowserHostCToCpp::DownloadImage(
const CefString& image_url,
bool is_favicon,
uint32 max_image_size,
uint32_t max_image_size,
bool bypass_cache,
CefRefPtr<CefDownloadImageCallback> callback) {
shutdown_checker::AssertNotShutdown();