mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Break cef.h into multiple headers (issue #142).
- Move wrapper classes from cef_wrapper.h to wrapper/ directory. - Move C API functions/classes from cef_capi.h to capi/ directory. - Move global function implementations from cef_context.cc to *_impl.cc files. - Output auto-generated file paths in cef_paths.gypi. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@442 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -37,7 +37,6 @@ size_t CefReadHandlerCToCpp::Read(void* ptr, size_t size, size_t n)
|
||||
return _retval;
|
||||
}
|
||||
|
||||
|
||||
int CefReadHandlerCToCpp::Seek(long offset, int whence)
|
||||
{
|
||||
if (CEF_MEMBER_MISSING(struct_, seek))
|
||||
@@ -54,7 +53,6 @@ int CefReadHandlerCToCpp::Seek(long offset, int whence)
|
||||
return _retval;
|
||||
}
|
||||
|
||||
|
||||
long CefReadHandlerCToCpp::Tell()
|
||||
{
|
||||
if (CEF_MEMBER_MISSING(struct_, tell))
|
||||
@@ -69,7 +67,6 @@ long CefReadHandlerCToCpp::Tell()
|
||||
return _retval;
|
||||
}
|
||||
|
||||
|
||||
int CefReadHandlerCToCpp::Eof()
|
||||
{
|
||||
if (CEF_MEMBER_MISSING(struct_, eof))
|
||||
@@ -85,7 +82,6 @@ int CefReadHandlerCToCpp::Eof()
|
||||
}
|
||||
|
||||
|
||||
|
||||
#ifndef NDEBUG
|
||||
template<> long CefCToCpp<CefReadHandlerCToCpp, CefReadHandler,
|
||||
cef_read_handler_t>::DebugObjCt = 0;
|
||||
|
Reference in New Issue
Block a user