| Index: third_party/WebKit/Source/core/css/CSSSegmentedFontFace.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSSegmentedFontFace.h b/third_party/WebKit/Source/core/css/CSSSegmentedFontFace.h
|
| index 25e259567ae083a732961dafe90c7de48d44bfb0..dba289f2bb820376975ce805c44da4981ea44188 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSSegmentedFontFace.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSSegmentedFontFace.h
|
| @@ -56,8 +56,9 @@ public:
|
| CSSFontSelector* fontSelector() const { return m_fontSelector; }
|
| FontTraits traits() const { return m_traits; }
|
|
|
| - void fontLoaded(CSSFontFace*);
|
| - void fontLoadWaitLimitExceeded(CSSFontFace*);
|
| + // Called when status of a FontFace has changed (e.g. loaded or timed out)
|
| + // so cached FontData must be discarded.
|
| + void fontFaceInvalidated();
|
|
|
| void addFontFace(PassRefPtrWillBeRawPtr<FontFace>, bool cssConnected);
|
| void removeFontFace(PassRefPtrWillBeRawPtr<FontFace>);
|
|
|