| Index: third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.h b/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.h
|
| index 719d6cf96904fadcc1218c8def84f60a015eb016..a1a49b97fc88a5f05fa7f4b24ab87aee4390e7bb 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.h
|
| @@ -53,7 +53,6 @@
|
| class GlyphBuffer;
|
| class SimpleFontData;
|
| class HarfBuzzShaper;
|
| -class UnicodeRangeSet;
|
|
|
| // Shaping text runs is split into several stages: Run segmentation, shaping the
|
| // initial segment, identify shaped and non-shaped sequences of the shaping
|
| @@ -163,7 +162,8 @@
|
| unsigned startIndex,
|
| unsigned numCharacters,
|
| const SimpleFontData* currentFont,
|
| - PassRefPtr<UnicodeRangeSet> currentFontRangeSet,
|
| + unsigned currentFontRangeFrom,
|
| + unsigned currentFontRangeTo,
|
| UScriptCode currentRunScript,
|
| hb_language_t);
|
| bool extractShapeResults(hb_buffer_t* harfBuzzBuffer,
|
|
|