| 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 6254fffcb2f0568048d677f663a3296edc970a73..0a119793938abc1e9f7e3aed08ffb6d64b9b40da 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/Font.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/Font.h
|
| @@ -46,6 +46,7 @@ struct SkPoint;
|
|
|
| namespace blink {
|
|
|
| +struct CharacterRange;
|
| class FloatPoint;
|
| class FloatRect;
|
| class FontFallbackIterator;
|
| @@ -86,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;
|
| + Vector<CharacterRange> individualCharacterRanges(const TextRun&, int from, int to) const;
|
|
|
| // Metrics that we query the FontFallbackList for.
|
| const FontMetrics& fontMetrics() const
|
|
|