// // CefViewDebug.h // CefViewCore // // Created by leashi on 2022/5/10. // #ifndef CefViewDebug_h #define CefViewDebug_h #pragma once #include #include std::string toString(CefRefPtr browser); std::string toString(CefRefPtr frame); #endif /* CefViewDebug_h */