Index: Source/core/dom/StyleEngine.h |
diff --git a/Source/core/dom/StyleEngine.h b/Source/core/dom/StyleEngine.h |
index 7c6670d421cba8ac4938ae9617534e1426022d04..b0b758e5fcfd2cdc7c612cdeb6fe4ee2a225bd8a 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 didAttach(); |
void didDetach(); |