| 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 6a590fd8c4dbabf73390980ffbf56dd2b54daac6..efc427bd80884743b255617cc293c38345881fc5 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSFontSelector.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSFontSelector.h
|
| @@ -60,8 +60,8 @@ class CORE_EXPORT CSSFontSelector : public FontSelector {
|
| void willUseRange(const FontDescription&,
|
| const AtomicString& familyName,
|
| const FontDataForRangeSet&) override;
|
| - bool isPlatformFontAvailable(const FontDescription&,
|
| - const AtomicString& family);
|
| + bool isPlatformFamilyMatchAvailable(const FontDescription&,
|
| + const AtomicString& family);
|
|
|
| void fontFaceInvalidated();
|
|
|
|
|