| Index: Source/core/dom/StyleEngine.h
|
| diff --git a/Source/core/dom/StyleEngine.h b/Source/core/dom/StyleEngine.h
|
| index 31407c2093dc0e7f66d3cd84b6819939aa9e0aae..d924848aa7dc8ed9ae4fe06928f0ad68479be12d 100644
|
| --- a/Source/core/dom/StyleEngine.h
|
| +++ b/Source/core/dom/StyleEngine.h
|
| @@ -48,6 +48,7 @@ class Node;
|
| class RuleFeatureSet;
|
| class ShadowTreeStyleSheetCollection;
|
| class StyleResolver;
|
| +class StyleRuleFontFace;
|
| class StyleSheet;
|
| class StyleSheetCollection;
|
| class StyleSheetContents;
|
| @@ -168,7 +169,10 @@ public:
|
| void clearMasterResolver();
|
|
|
| CSSFontSelector* fontSelector() { return m_fontSelector.get(); }
|
| - void resetFontSelector();
|
| + void removeFontFaceRules(const Vector<const StyleRuleFontFace*>&);
|
| + void clearFontCache();
|
| + // updateGenericFontFamilySettings is used from WebSettingsImpl.
|
| + void updateGenericFontFamilySettings();
|
|
|
| void didDetach();
|
| bool shouldClearResolver() const;
|
|
|