| Index: Source/platform/fonts/win/FontFallbackWin.h
|
| diff --git a/Source/platform/fonts/win/FontFallbackWin.h b/Source/platform/fonts/win/FontFallbackWin.h
|
| index b7ec607eaa0c4d0e6e4590a328a308d50833b56e..3bfaec88641d3208240856c3f690df941360a647 100644
|
| --- a/Source/platform/fonts/win/FontFallbackWin.h
|
| +++ b/Source/platform/fonts/win/FontFallbackWin.h
|
| @@ -33,6 +33,7 @@
|
|
|
| #include "platform/PlatformExport.h"
|
| #include "platform/fonts/FontDescription.h"
|
| +#include <unicode/locid.h>
|
| #include <unicode/uscript.h>
|
| #include <usp10.h>
|
| #include <wchar.h>
|
| @@ -50,6 +51,7 @@ PLATFORM_EXPORT const UChar* getFallbackFamily(UChar32 character,
|
| FontDescription::GenericFamilyType,
|
| UScriptCode* scriptChecked,
|
| SkFontMgr* fontManager);
|
| +PLATFORM_EXPORT UScriptCode scriptCodeForUnifiedHanFromLocale(const icu::Locale&);
|
|
|
| } // namespace blink
|
|
|
|
|