Add support for non-ref-counted interface classes (issue #2090)

This commit is contained in:
Marshall Greenblatt
2017-02-07 16:25:11 -05:00
parent 744e998350
commit 371eca001c
98 changed files with 6369 additions and 1825 deletions

View File

@@ -170,7 +170,7 @@ class CefApp : public virtual CefBase {
///
/*--cef()--*/
virtual void OnRegisterCustomSchemes(
CefRefPtr<CefSchemeRegistrar> registrar) {
CefRawPtr<CefSchemeRegistrar> registrar) {
}
///