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:
@@ -199,7 +199,7 @@ void CefTextfieldDelegateCToCpp::OnChildViewChanged(CefRefPtr<CefView> view,
|
||||
CefTextfieldDelegateCToCpp::CefTextfieldDelegateCToCpp() {
|
||||
}
|
||||
|
||||
template<> cef_textfield_delegate_t* CefCToCpp<CefTextfieldDelegateCToCpp,
|
||||
template<> cef_textfield_delegate_t* CefCToCppRefCounted<CefTextfieldDelegateCToCpp,
|
||||
CefTextfieldDelegate, cef_textfield_delegate_t>::UnwrapDerived(
|
||||
CefWrapperType type, CefTextfieldDelegate* c) {
|
||||
NOTREACHED() << "Unexpected class type: " << type;
|
||||
@@ -207,10 +207,10 @@ template<> cef_textfield_delegate_t* CefCToCpp<CefTextfieldDelegateCToCpp,
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template<> base::AtomicRefCount CefCToCpp<CefTextfieldDelegateCToCpp,
|
||||
template<> base::AtomicRefCount CefCToCppRefCounted<CefTextfieldDelegateCToCpp,
|
||||
CefTextfieldDelegate, cef_textfield_delegate_t>::DebugObjCt = 0;
|
||||
#endif
|
||||
|
||||
template<> CefWrapperType CefCToCpp<CefTextfieldDelegateCToCpp,
|
||||
template<> CefWrapperType CefCToCppRefCounted<CefTextfieldDelegateCToCpp,
|
||||
CefTextfieldDelegate, cef_textfield_delegate_t>::kWrapperType =
|
||||
WT_TEXTFIELD_DELEGATE;
|
||||
|
Reference in New Issue
Block a user