| Index: Source/core/css/CSSFontFace.h
|
| diff --git a/Source/core/css/CSSFontFace.h b/Source/core/css/CSSFontFace.h
|
| index 76b7832318f270c3ebf52d0377a158ed36018a73..82cbce448f18af34e9931be6ea5a3c7445f401d6 100644
|
| --- a/Source/core/css/CSSFontFace.h
|
| +++ b/Source/core/css/CSSFontFace.h
|
| @@ -68,6 +68,7 @@ public:
|
|
|
| void beginLoadIfNeeded(CSSFontFaceSource*, CSSFontSelector* = 0);
|
| void fontLoaded(CSSFontFaceSource*);
|
| + void fontLoadWaitLimitExceeded(CSSFontFaceSource*);
|
|
|
| PassRefPtr<SimpleFontData> getFontData(const FontDescription&);
|
|
|
|
|