| Index: core/fxge/android/fpf_skiafontmgr.h
|
| diff --git a/core/fxge/android/fpf_skiafontmgr.h b/core/fxge/android/fpf_skiafontmgr.h
|
| index ec27a7fb2130aef289c5dd3d3bed7358e15b70d1..6e8ebb6e641ae5722b74362f7131626fa3615f5f 100644
|
| --- a/core/fxge/android/fpf_skiafontmgr.h
|
| +++ b/core/fxge/android/fpf_skiafontmgr.h
|
| @@ -111,8 +111,8 @@ class CFPF_SkiaFontMgr {
|
| int32_t iFaceIndex = 0);
|
|
|
| protected:
|
| - void ScanPath(const CFX_ByteStringC& path);
|
| - void ScanFile(const CFX_ByteStringC& file);
|
| + void ScanPath(const CFX_ByteString& path);
|
| + void ScanFile(const CFX_ByteString& file);
|
| void ReportFace(FXFT_Face face, CFPF_SkiaFontDescriptor* pFontDesc);
|
| void OutputSystemFonts();
|
|
|
|
|