| Index: third_party/WebKit/Source/platform/fonts/shaping/ShapeResult.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/shaping/ShapeResult.h b/third_party/WebKit/Source/platform/fonts/shaping/ShapeResult.h
|
| index 7dcafcf2c4e979effaa65efa6f657930ab97a4ef..4433decd3193f1394f078d8b08c4a08acdb5a839 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/ShapeResult.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/ShapeResult.h
|
| @@ -71,7 +71,7 @@ public:
|
| // For memory reporting.
|
| size_t byteSize() const;
|
|
|
| - int offsetForPosition(float targetX) const;
|
| + int offsetForPosition(float targetX, bool includePartialGlyphs) const;
|
|
|
| PassRefPtr<ShapeResult> applySpacingToCopy(ShapeResultSpacing&,
|
| const TextRun&) const;
|
|
|