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=94b9ddc326e4b71aefa8488594a3a6f481624254$
// $hash=2f28922e536557bff211610dd38bb7b4c8a64d5a$
//
#include "libcef_dll/cpptoc/views/window_cpptoc.h"
@ -597,7 +597,7 @@ window_get_window_handle(struct _cef_window_t* self) {
void CEF_CALLBACK window_send_key_press(struct _cef_window_t* self,
int key_code,
uint32 event_flags) {
uint32_t event_flags) {
shutdown_checker::AssertNotShutdown();
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING