Chromium Code Reviews| Index: Source/platform/fonts/Font.h |
| diff --git a/Source/platform/fonts/Font.h b/Source/platform/fonts/Font.h |
| index 0ae0397e7b77a374f7f2f6ae2f33893f5e94c599..a8e4fe4cdf2f870fa7954009ffa12b4b3a86730d 100644 |
| --- a/Source/platform/fonts/Font.h |
| +++ b/Source/platform/fonts/Font.h |
| @@ -164,7 +164,7 @@ public: |
| FontFallbackList* fontList() const { return m_fontFallbackList.get(); } |
| - void willUseFontData() const; |
| + void willUseFontData(const String& text) const; |
| private: |
| bool loadingCustomFonts() const |