| Index: third_party/WebKit/Source/platform/fonts/FontSelector.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/FontSelector.h b/third_party/WebKit/Source/platform/fonts/FontSelector.h
|
| index b89357936bbd8a3bcdec205d72cb50bcb5325ba6..f7fb8be1003983b2a8a3c65662157a77d005d472 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontSelector.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontSelector.h
|
| @@ -44,7 +44,7 @@ public:
|
| virtual PassRefPtr<FontData> getFontData(const FontDescription&, const AtomicString& familyName) = 0;
|
|
|
| // TODO crbug.com/542629 - The UChar32 variant of this method should go away after switching to complex text.
|
| - virtual void willUseFontData(const FontDescription&, const AtomicString& familyName, UChar32) = 0;
|
| + virtual void willUseFontData(const FontDescription&, const AtomicString& familyName, const String& text) = 0;
|
| virtual void willUseRange(const FontDescription&, const AtomicString& familyName, const FontDataForRangeSet&) = 0;
|
|
|
| virtual unsigned version() const = 0;
|
|
|