| Index: third_party/WebKit/Source/core/css/CSSFontSelector.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSFontSelector.h b/third_party/WebKit/Source/core/css/CSSFontSelector.h
|
| index 4e3ae52f90e4788c46c64bbccf51d6354242af87..d04bf640f058c1f14c3c91b5a9676be11bca44c7 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSFontSelector.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSFontSelector.h
|
| @@ -52,7 +52,7 @@ public:
|
| unsigned version() const override { return m_fontFaceCache.version(); }
|
|
|
| PassRefPtr<FontData> getFontData(const FontDescription&, const AtomicString&) override;
|
| - void willUseFontData(const FontDescription&, const AtomicString& family, UChar32) override;
|
| + void willUseFontData(const FontDescription&, const AtomicString& family, const String& text) override;
|
| void willUseRange(const FontDescription&, const AtomicString& familyName, const FontDataForRangeSet&) override;
|
| bool isPlatformFontAvailable(const FontDescription&, const AtomicString& family);
|
|
|
|
|