| Index: third_party/WebKit/Source/core/css/CSSFontFaceSource.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSFontFaceSource.cpp b/third_party/WebKit/Source/core/css/CSSFontFaceSource.cpp
|
| index e0a7cf4c86b34974e2094b4ee2285c1c247ed1ca..6aa928984e6effe92bf311b85a6d2901143def72 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSFontFaceSource.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSFontFaceSource.cpp
|
| @@ -43,6 +43,11 @@ CSSFontFaceSource::~CSSFontFaceSource()
|
| {
|
| }
|
|
|
| +void CSSFontFaceSource::setFontFace(CSSFontFace* face)
|
| +{
|
| + m_face = face;
|
| +}
|
| +
|
| PassRefPtr<SimpleFontData> CSSFontFaceSource::getFontData(const FontDescription& fontDescription)
|
| {
|
| // If the font hasn't loaded or an error occurred, then we've got nothing.
|
|
|