| Index: third_party/WebKit/Source/platform/fonts/shaping/ShapeResultBuffer.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultBuffer.h b/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultBuffer.h
|
| index df498cfa93c48cae480c13694d0288459725abfb..2cd0754bbd3cdedbb2e2714e7cb76e0f8aaabd4f 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultBuffer.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultBuffer.h
|
| @@ -34,7 +34,7 @@ public:
|
| float fillGlyphBuffer(GlyphBuffer*, const TextRun&, unsigned from, unsigned to) const;
|
| float fillGlyphBufferForTextEmphasis(GlyphBuffer*, const TextRun&,
|
| const GlyphData* emphasisData, unsigned from, unsigned to) const;
|
| - int offsetForPosition(const TextRun&, float targetX) const;
|
| + int offsetForPosition(const TextRun&, float targetX, bool includePartialGlyphs) const;
|
| CharacterRange getCharacterRange(TextDirection, float totalWidth,
|
| unsigned from, unsigned to) const;
|
| Vector<CharacterRange> individualCharacterRanges(TextDirection,
|
|
|