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:
@@ -65,7 +65,7 @@ bool CefLayoutCToCpp::IsValid() {
|
||||
CefLayoutCToCpp::CefLayoutCToCpp() {
|
||||
}
|
||||
|
||||
template<> cef_layout_t* CefCToCpp<CefLayoutCToCpp, CefLayout,
|
||||
template<> cef_layout_t* CefCToCppRefCounted<CefLayoutCToCpp, CefLayout,
|
||||
cef_layout_t>::UnwrapDerived(CefWrapperType type, CefLayout* c) {
|
||||
if (type == WT_BOX_LAYOUT) {
|
||||
return reinterpret_cast<cef_layout_t*>(CefBoxLayoutCToCpp::Unwrap(
|
||||
@@ -80,9 +80,9 @@ template<> cef_layout_t* CefCToCpp<CefLayoutCToCpp, CefLayout,
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template<> base::AtomicRefCount CefCToCpp<CefLayoutCToCpp, CefLayout,
|
||||
template<> base::AtomicRefCount CefCToCppRefCounted<CefLayoutCToCpp, CefLayout,
|
||||
cef_layout_t>::DebugObjCt = 0;
|
||||
#endif
|
||||
|
||||
template<> CefWrapperType CefCToCpp<CefLayoutCToCpp, CefLayout,
|
||||
template<> CefWrapperType CefCToCppRefCounted<CefLayoutCToCpp, CefLayout,
|
||||
cef_layout_t>::kWrapperType = WT_LAYOUT;
|
||||
|
Reference in New Issue
Block a user