| Index: Source/core/css/CSSFontFace.h
|
| diff --git a/Source/core/css/CSSFontFace.h b/Source/core/css/CSSFontFace.h
|
| index 082211684143b510e5a7330aa2aee79c57a41f1f..7ada75e14f89e1311302559a0fe17af0f8447107 100644
|
| --- a/Source/core/css/CSSFontFace.h
|
| +++ b/Source/core/css/CSSFontFace.h
|
| @@ -37,6 +37,7 @@ namespace WebCore {
|
|
|
| class CSSSegmentedFontFace;
|
| class FontDescription;
|
| +class FontResource;
|
| class SimpleFontData;
|
|
|
| // FIXME: Can this be a subclass of FontFace?
|
| @@ -59,6 +60,7 @@ public:
|
|
|
| void addSource(PassOwnPtr<CSSFontFaceSource>);
|
|
|
| + void beginLoadingFontSoon(FontResource*);
|
| void fontLoaded(CSSFontFaceSource*);
|
|
|
| PassRefPtr<SimpleFontData> getFontData(const FontDescription&, bool syntheticBold, bool syntheticItalic);
|
|
|