| Index: third_party/WebKit/Source/core/css/CSSSegmentedFontFace.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSSegmentedFontFace.h b/third_party/WebKit/Source/core/css/CSSSegmentedFontFace.h
|
| index fe6293332b63c4d4410141a482de95954fd16b24..87adbb18800149058c49a7bfe1109f77d92ce91d 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSSegmentedFontFace.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSSegmentedFontFace.h
|
| @@ -67,7 +67,7 @@ public:
|
|
|
| bool checkFont(const String&) const;
|
| void match(const String&, HeapVector<Member<FontFace>>&) const;
|
| - void willUseFontData(const FontDescription&, UChar32);
|
| + void willUseFontData(const FontDescription&, const String& text);
|
| void willUseRange(const FontDescription&, const blink::FontDataForRangeSet&);
|
|
|
| DECLARE_TRACE();
|
|
|