| Index: core/fxge/android/cfpf_skiafontmgr.h
|
| diff --git a/core/fxge/android/cfpf_skiafontmgr.h b/core/fxge/android/cfpf_skiafontmgr.h
|
| index 7d89c6edb8fda3d9152e6b5c0a295cd684b74723..4d0ea0e0d2df4701096b067ea4d9768a21988398 100644
|
| --- a/core/fxge/android/cfpf_skiafontmgr.h
|
| +++ b/core/fxge/android/cfpf_skiafontmgr.h
|
| @@ -31,7 +31,7 @@ class CFPF_SkiaFontMgr {
|
| uint32_t dwMatch = 0);
|
|
|
| bool InitFTLibrary();
|
| - FXFT_Face GetFontFace(IFX_SeekableReadStream* pFileRead,
|
| + FXFT_Face GetFontFace(const CFX_RetainPtr<IFX_SeekableReadStream>& pFileRead,
|
| int32_t iFaceIndex = 0);
|
| FXFT_Face GetFontFace(const CFX_ByteStringC& bsFile, int32_t iFaceIndex = 0);
|
| FXFT_Face GetFontFace(const uint8_t* pBuffer,
|
|
|