| 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 5907c46ef49efca75ab9ae781e0e94adc409c023..5fda353027fe7329392c462f2a18ecd80812c36f 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaper.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaper.h
|
| @@ -61,6 +61,8 @@ public:
|
| unsigned from, unsigned to);
|
| CharacterRange getCharacterRange(const Font*, const TextRun&,
|
| unsigned from, unsigned to);
|
| + Vector<CharacterRange> individualCharacterRanges(const Font*,
|
| + const TextRun&, unsigned from, unsigned to);
|
|
|
| private:
|
| ShapeCache* m_shapeCache;
|
|
|