| Index: Source/core/css/CSSFontSelector.h
|
| diff --git a/Source/core/css/CSSFontSelector.h b/Source/core/css/CSSFontSelector.h
|
| index 1ef33994d7c1d8d2bd555c5f76fe134a8205a253..68e64d36c067cd0d2ec7c582fa2caab65023353c 100644
|
| --- a/Source/core/css/CSSFontSelector.h
|
| +++ b/Source/core/css/CSSFontSelector.h
|
| @@ -76,6 +76,7 @@ public:
|
|
|
| const GenericFontFamilySettings& genericFontFamilySettings() const { return m_genericFontFamilySettings; }
|
| void updateGenericFontFamilySettings(Document&);
|
| + void reportFirstNonBlankText(bool isCustomFont) override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|