| Index: third_party/WebKit/Source/core/css/CSSFontSelector.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSFontSelector.h b/third_party/WebKit/Source/core/css/CSSFontSelector.h
|
| index 03c4f1eb3028f2bd70717d8f23f40a7b51a5b6a0..2be3c5bf1c2b93c6a9240bf78269249a3d8def4c 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSFontSelector.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSFontSelector.h
|
| @@ -50,6 +50,8 @@ class CORE_EXPORT CSSFontSelector : public FontSelector {
|
|
|
| unsigned Version() const override { return font_face_cache_.Version(); }
|
|
|
| + void ReportNotDefGlyph() const override;
|
| +
|
| PassRefPtr<FontData> GetFontData(const FontDescription&,
|
| const AtomicString&) override;
|
| void WillUseFontData(const FontDescription&,
|
|
|