| Index: Source/core/css/CSSFontSelector.h
|
| diff --git a/Source/core/css/CSSFontSelector.h b/Source/core/css/CSSFontSelector.h
|
| index 2f2667fb6883c9417021194e3d8a6edee85dfab7..cb6e392f7fb8cc1d78b00ea150753f31df7f740e 100644
|
| --- a/Source/core/css/CSSFontSelector.h
|
| +++ b/Source/core/css/CSSFontSelector.h
|
| @@ -90,6 +90,7 @@ public:
|
| FontFaceCache* fontFaceCache() { return &m_fontFaceCache; }
|
|
|
| const GenericFontFamilySettings& genericFontFamilySettings() const { return m_genericFontFamilySettings; }
|
| + void updateGenericFontFamilySettings(Document&);
|
|
|
| void beginLoadingFontSoon(FontResource*);
|
| void loadPendingFonts();
|
|
|