| Index: third_party/WebKit/Source/platform/LayoutLocale.h
|
| diff --git a/third_party/WebKit/Source/platform/LayoutLocale.h b/third_party/WebKit/Source/platform/LayoutLocale.h
|
| index a4bc22c81ec50b56b5ec4829b01d6190c929b0d7..91bff73424f44bc5c123e841d7ebc029ef7c7000 100644
|
| --- a/third_party/WebKit/Source/platform/LayoutLocale.h
|
| +++ b/third_party/WebKit/Source/platform/LayoutLocale.h
|
| @@ -42,7 +42,7 @@ public:
|
| UScriptCode scriptForHan() const;
|
| bool hasScriptForHan() const;
|
| static const LayoutLocale* localeForHan(const LayoutLocale*);
|
| - static void setLocaleForHan(const LayoutLocale*);
|
| + static void invalidateLocaleForHan() { s_defaultForHanComputed = false; }
|
| const char* localeForHanForSkFontMgr() const;
|
|
|
| Hyphenation* getHyphenation() const;
|
| @@ -55,6 +55,7 @@ private:
|
| explicit LayoutLocale(const AtomicString&);
|
|
|
| void computeScriptForHan() const;
|
| + static void computeLocaleForHan();
|
|
|
| AtomicString m_string;
|
| mutable CString m_stringForSkFontMgr;
|
|
|