mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Rename CefBase to CefBaseRefCounted (issue #2090)
This commit is contained in:
@@ -262,16 +262,16 @@ bool CefClientCToCpp::OnProcessMessageReceived(CefRefPtr<CefBrowser> browser,
|
||||
CefClientCToCpp::CefClientCToCpp() {
|
||||
}
|
||||
|
||||
template<> cef_client_t* CefCToCpp<CefClientCToCpp, CefClient,
|
||||
template<> cef_client_t* CefCToCppRefCounted<CefClientCToCpp, CefClient,
|
||||
cef_client_t>::UnwrapDerived(CefWrapperType type, CefClient* c) {
|
||||
NOTREACHED() << "Unexpected class type: " << type;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template<> base::AtomicRefCount CefCToCpp<CefClientCToCpp, CefClient,
|
||||
template<> base::AtomicRefCount CefCToCppRefCounted<CefClientCToCpp, CefClient,
|
||||
cef_client_t>::DebugObjCt = 0;
|
||||
#endif
|
||||
|
||||
template<> CefWrapperType CefCToCpp<CefClientCToCpp, CefClient,
|
||||
template<> CefWrapperType CefCToCppRefCounted<CefClientCToCpp, CefClient,
|
||||
cef_client_t>::kWrapperType = WT_CLIENT;
|
||||
|
Reference in New Issue
Block a user