| Index: third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaper.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaper.h b/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaper.h
|
| index efb8c8be11587ea47850e7a5348edf980dca3686..dcab4f03d468a05e83a7b35f13233018329a6343 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaper.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaper.h
|
| @@ -52,7 +52,7 @@ public:
|
| float width(const Font*, const TextRun&,
|
| HashSet<const SimpleFontData*>* fallbackFonts,
|
| FloatRect* glyphBounds);
|
| - int offsetForPosition(const Font*, const TextRun&, float targetX);
|
| + int offsetForPosition(const Font*, const TextRun&, float targetX, bool includePartialGlyphs);
|
| float fillGlyphBuffer(const Font*, const TextRun&,
|
| HashSet<const SimpleFontData*>*, GlyphBuffer*,
|
| unsigned from, unsigned to);
|
|
|