| 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 40f2936a3e220e55e683160921f3034fe6a528a3..3003f071b8ddc491f9ce18ac84d60354809f666f 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.h
|
| @@ -200,7 +200,7 @@ private:
|
| const SimpleFontData* currentFont,
|
| UScriptCode currentRunScript,
|
| bool isLastResort);
|
| - bool collectFallbackHintChars(Vector<UChar32>& hint, bool needsList);
|
| + bool collectFallbackHintChars(Vector<UChar32>& hint);
|
|
|
| void insertRunIntoShapeResult(ShapeResult*, std::unique_ptr<ShapeResult::RunInfo> runToInsert, unsigned startGlyph, unsigned numGlyphs, hb_buffer_t*);
|
|
|
|
|