| Index: third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.h b/third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.h
|
| index 3bfaec88641d3208240856c3f690df941360a647..192bbabd7cc133d1e389613e2a66312d315a043d 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.h
|
| @@ -49,9 +49,12 @@ namespace blink {
|
| // the family is returned.
|
| PLATFORM_EXPORT const UChar* getFallbackFamily(UChar32 character,
|
| FontDescription::GenericFamilyType,
|
| + UScriptCode contentScript,
|
| + const AtomicString& contentLocale,
|
| UScriptCode* scriptChecked,
|
| SkFontMgr* fontManager);
|
| PLATFORM_EXPORT UScriptCode scriptCodeForUnifiedHanFromLocale(const icu::Locale&);
|
| +PLATFORM_EXPORT UScriptCode scriptCodeForUnifiedHanFromSubtags(const String& locale);
|
|
|
| } // namespace blink
|
|
|
|
|