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=add4d2a56f890fe5c868ebd23a03a4da4d8d6727$
// $hash=976fbf502a9f2d21ad92b3c64d3ca8d414f9869c$
//
#include "libcef_dll/ctocpp/audio_handler_ctocpp.h"
@@ -73,7 +73,7 @@ NO_SANITIZE("cfi-icall")
void CefAudioHandlerCToCpp::OnAudioStreamPacket(CefRefPtr<CefBrowser> browser,
const float** data,
int frames,
int64 pts) {
int64_t pts) {
shutdown_checker::AssertNotShutdown();
cef_audio_handler_t* _struct = GetStruct();