| Index: third_party/WebKit/Source/platform/fonts/Font.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/Font.h b/third_party/WebKit/Source/platform/fonts/Font.h
|
| index a2135bc1b689f5853d5ebbbcb712d2cd6c1614aa..cf5c654183ef4f3e1329689455c6875a5025b12c 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/Font.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/Font.h
|
| @@ -87,6 +87,7 @@ public:
|
|
|
| int offsetForPosition(const TextRun&, float position, bool includePartialGlyphs) const;
|
| FloatRect selectionRectForText(const TextRun&, const FloatPoint&, int h, int from = 0, int to = -1, bool accountForGlyphBounds = false) const;
|
| + CharacterRange getCharacterRange(const TextRun&, unsigned from, unsigned to) const;
|
| Vector<CharacterRange> individualCharacterRanges(const TextRun&) const;
|
|
|
| // Metrics that we query the FontFallbackList for.
|
|
|