| Index: Source/core/css/CSSFontSelector.h
|
| diff --git a/Source/core/css/CSSFontSelector.h b/Source/core/css/CSSFontSelector.h
|
| index 2ae019dd6241f8ed01ed53a0be80322b6ab5698a..b1bf6f94a3013605956470ec34657f2dd739dbb6 100644
|
| --- a/Source/core/css/CSSFontSelector.h
|
| +++ b/Source/core/css/CSSFontSelector.h
|
| @@ -57,6 +57,7 @@ public:
|
|
|
| virtual PassRefPtr<FontData> getFontData(const FontDescription&, const AtomicString&) OVERRIDE;
|
| virtual void willUseFontData(const FontDescription&, const AtomicString& family, UChar32) OVERRIDE;
|
| + bool isPlatformFontAvailable(const FontDescription&, const AtomicString& family);
|
|
|
| #if !ENABLE(OILPAN)
|
| void clearDocument();
|
|
|