| Index: include/ports/SkFontConfigInterface.h
|
| diff --git a/include/ports/SkFontConfigInterface.h b/include/ports/SkFontConfigInterface.h
|
| index 536768a8bf4a8d4e41da28765c7069558ffa01ac..30fc8a35fb2315982d6826ccbfe6a138c5482f9c 100644
|
| --- a/include/ports/SkFontConfigInterface.h
|
| +++ b/include/ports/SkFontConfigInterface.h
|
| @@ -111,7 +111,7 @@ public:
|
|
|
| // New APIS, which have default impls for now (which do nothing)
|
|
|
| - virtual SkDataTable* getFamilyNames() { return SkDataTable::NewEmpty(); }
|
| + virtual sk_sp<SkDataTable> getFamilyNames() { return SkDataTable::MakeEmpty(); }
|
| typedef SkRefCnt INHERITED;
|
| };
|
|
|
|
|