| Index: Source/core/css/CSSFontSelector.h
|
| diff --git a/Source/core/css/CSSFontSelector.h b/Source/core/css/CSSFontSelector.h
|
| index b767ea85596df42d54904a08f51547cc917ba90b..f05d2882188b60cd4bf6fc0e79effe7f4ee20988 100644
|
| --- a/Source/core/css/CSSFontSelector.h
|
| +++ b/Source/core/css/CSSFontSelector.h
|
| @@ -77,9 +77,6 @@ public:
|
|
|
| void clearDocument();
|
|
|
| - void addFontFaceRule(const StyleRuleFontFace*, PassRefPtr<CSSFontFace>);
|
| - void removeFontFaceRule(const StyleRuleFontFace*);
|
| -
|
| void fontLoaded();
|
| virtual void fontCacheInvalidated() OVERRIDE;
|
|
|
| @@ -87,7 +84,7 @@ public:
|
| virtual void unregisterForInvalidationCallbacks(FontSelectorClient*) OVERRIDE;
|
|
|
| Document* document() const { return m_document; }
|
| - CSSSegmentedFontFaceCache* cssSegmentedFontFaceCache() { return &m_cssSegmentedFontFaceCache; }
|
| + CSSSegmentedFontFaceCache* fontFaceCache() { return &m_cssSegmentedFontFaceCache; }
|
|
|
| const GenericFontFamilySettings& genericFontFamilySettings() const { return m_genericFontFamilySettings; }
|
|
|
|
|