| Index: third_party/WebKit/Source/platform/fonts/FontCache.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/FontCache.h b/third_party/WebKit/Source/platform/fonts/FontCache.h
|
| index 5b7450c224d6aafcd556136a1479d50376bbec64..1a7d93c4f90ba348c57326d280f1bfc43a93ca34 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontCache.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontCache.h
|
| @@ -128,6 +128,7 @@ public:
|
| static const AtomicString& smallCaptionFontFamily() { return *s_smallCaptionFontFamilyName; }
|
| static int32_t statusFontHeight() { return s_statusFontHeight; }
|
| static const AtomicString& statusFontFamily() { return *s_statusFontFamilyName; }
|
| + static UScriptCode preferredScriptForHan() { return m_preferredScriptForHan; }
|
| #endif
|
|
|
| typedef uint32_t FontFileKey;
|
| @@ -203,6 +204,7 @@ private:
|
| static int32_t s_smallCaptionFontHeight;
|
| static AtomicString* s_statusFontFamilyName;
|
| static int32_t s_statusFontHeight;
|
| + static UScriptCode m_preferredScriptForHan;
|
| #endif
|
|
|
| friend class SimpleFontData; // For fontDataFromFontPlatformData
|
|
|