| Index: xfa/src/fxfa/src/app/xfa_fontmgr.cpp
|
| diff --git a/xfa/src/fxfa/src/app/xfa_fontmgr.cpp b/xfa/src/fxfa/src/app/xfa_fontmgr.cpp
|
| index ef49911dc1a4963c3b6bcf78110e41463d2a682c..7347fcaac81aac7ba0a0dc410630c4df103f660d 100644
|
| --- a/xfa/src/fxfa/src/app/xfa_fontmgr.cpp
|
| +++ b/xfa/src/fxfa/src/app/xfa_fontmgr.cpp
|
| @@ -1010,7 +1010,8 @@ const XFA_FONTINFO* XFA_GetFontINFOByFontName(FX_WSTR wsFontName)
|
| return NULL;
|
| #endif
|
| }
|
| -IXFA_FontMgr* XFA_GetDefaultFontMgr()
|
| +// static
|
| +IXFA_FontMgr* IXFA_FontMgr::CreateDefault()
|
| {
|
| return FX_NEW CXFA_DefFontMgr;
|
| }
|
|
|