Index: Source/platform/fonts/FontSelector.h |
diff --git a/Source/platform/fonts/FontSelector.h b/Source/platform/fonts/FontSelector.h |
index 91523b23670b6dd9a9548e4476b0f3f7b185beb5..dd40c5479dc7be89a8d1b5c75ceb9f1cbe69c37e 100644 |
--- a/Source/platform/fonts/FontSelector.h |
+++ b/Source/platform/fonts/FontSelector.h |
@@ -39,7 +39,7 @@ class FontSelector : public FontCacheClient { |
public: |
virtual ~FontSelector() { } |
virtual PassRefPtr<FontData> getFontData(const FontDescription&, const AtomicString& familyName) = 0; |
- virtual void willUseFontData(const FontDescription&, const AtomicString& familyName) = 0; |
+ virtual void willUseFontData(const FontDescription&, const AtomicString& familyName, const String& text) = 0; |
virtual unsigned version() const = 0; |
}; |