mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update generated files for int/char typedef removal (see #3507)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=d4b05ef2f8edd18da8b5ed9c5d4afe8162f81069$
|
||||
// $hash=9ff5c66c86a68f0a11093ca3e871261be66c16b9$
|
||||
//
|
||||
|
||||
#ifndef CEF_LIBCEF_DLL_CTOCPP_READ_HANDLER_CTOCPP_H_
|
||||
@@ -35,8 +35,8 @@ class CefReadHandlerCToCpp : public CefCToCppRefCounted<CefReadHandlerCToCpp,
|
||||
|
||||
// CefReadHandler methods.
|
||||
size_t Read(void* ptr, size_t size, size_t n) override;
|
||||
int Seek(int64 offset, int whence) override;
|
||||
int64 Tell() override;
|
||||
int Seek(int64_t offset, int whence) override;
|
||||
int64_t Tell() override;
|
||||
int Eof() override;
|
||||
bool MayBlock() override;
|
||||
};
|
||||
|
Reference in New Issue
Block a user