| Index: third_party/WebKit/Source/platform/fonts/shaping/ShapeResultInlineHeaders.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultInlineHeaders.h b/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultInlineHeaders.h
|
| index 67d506d7dfbd2f43d8437f9f9fdcfb5ebb354a2b..ba3d5bb178ae8645bd626a32163df084b33ac368 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultInlineHeaders.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultInlineHeaders.h
|
| @@ -80,7 +80,7 @@ public:
|
| bool rtl() const { return HB_DIRECTION_IS_BACKWARD(m_direction); }
|
| float xPositionForVisualOffset(unsigned, AdjustMidCluster) const;
|
| float xPositionForOffset(unsigned, AdjustMidCluster) const;
|
| - int characterIndexForXPosition(float) const;
|
| + int characterIndexForXPosition(float, bool includePartialGlyphs) const;
|
| void setGlyphAndPositions(unsigned index, uint16_t glyphId, float advance,
|
| float offsetX, float offsetY);
|
|
|
|
|