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