| Index: include/ports/SkFontMgr_indirect.h
|
| diff --git a/include/ports/SkFontMgr_indirect.h b/include/ports/SkFontMgr_indirect.h
|
| index d3f47cb82b6096ab9e25754e18717c5907dea11b..406a75a7ee357f90743563c955251ea0c5ee17e7 100644
|
| --- a/include/ports/SkFontMgr_indirect.h
|
| +++ b/include/ports/SkFontMgr_indirect.h
|
| @@ -95,7 +95,7 @@ private:
|
| mutable SkTArray<DataEntry> fDataCache;
|
| mutable SkMutex fDataCacheMutex;
|
|
|
| - mutable SkAutoTUnref<SkDataTable> fFamilyNames;
|
| + mutable sk_sp<SkDataTable> fFamilyNames;
|
| mutable SkOnce fFamilyNamesInitOnce;
|
| static void set_up_family_names(const SkFontMgr_Indirect* self);
|
|
|
|
|