| 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..e9630736ca59328c8e32702808df0bd64124ec10 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSSegmentedFontFace.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSSegmentedFontFace.h
|
| @@ -56,8 +56,7 @@ public:
|
| CSSFontSelector* fontSelector() const { return m_fontSelector; }
|
| FontTraits traits() const { return m_traits; }
|
|
|
| - void fontLoaded(CSSFontFace*);
|
| - void fontLoadWaitLimitExceeded(CSSFontFace*);
|
| + void fontFaceInvalidated();
|
|
|
| void addFontFace(PassRefPtrWillBeRawPtr<FontFace>, bool cssConnected);
|
| void removeFontFace(PassRefPtrWillBeRawPtr<FontFace>);
|
|
|