Chromium Code Reviews| Index: Source/platform/fonts/FontSelector.h |
| diff --git a/Source/platform/fonts/FontSelector.h b/Source/platform/fonts/FontSelector.h |
| index 8bd8c8686de4f045eb9d031abd477d5483aa98a5..fbe8eca2b0e128b89b15ccdc8136c1c15fa201a7 100644 |
| --- a/Source/platform/fonts/FontSelector.h |
| +++ b/Source/platform/fonts/FontSelector.h |
| @@ -42,6 +42,7 @@ public: |
| virtual ~FontSelector() { } |
| virtual PassRefPtr<FontData> getFontData(const FontDescription&, const AtomicString& familyName) = 0; |
| virtual void willUseFontData(const FontDescription&, const AtomicString& familyName, UChar32) = 0; |
| + virtual void reportFirstNonBlankText(bool isCustomFont) { } |
|
drott
2015/09/16 07:26:20
I would prefer to have both reportFirstNonBlankTex
Kunihiko Sakamoto
2015/09/17 08:36:10
Changed it to two methods.
Unfortunately, relatio
|
| virtual unsigned version() const = 0; |
| }; |