| Index: Source/platform/fonts/shaping/HarfBuzzShaper.h
|
| diff --git a/Source/platform/fonts/shaping/HarfBuzzShaper.h b/Source/platform/fonts/shaping/HarfBuzzShaper.h
|
| index f6b1d5c2facfa26b7613892b913d7c8a3970d6d6..40b07f971526e42f572976ed962ce1fd55064742 100644
|
| --- a/Source/platform/fonts/shaping/HarfBuzzShaper.h
|
| +++ b/Source/platform/fonts/shaping/HarfBuzzShaper.h
|
| @@ -140,6 +140,7 @@ private:
|
| bool createHarfBuzzRunsForSingleCharacter();
|
| PassRefPtr<ShapeResult> shapeHarfBuzzRuns();
|
| void shapeResult(ShapeResult*, unsigned, const HarfBuzzRun*, hb_buffer_t*);
|
| + void shapeResultForTabulationCharacters(ShapeResult*, unsigned, const HarfBuzzRun*);
|
| float adjustSpacing(ShapeResult::RunInfo*, size_t glyphIndex, unsigned currentCharacterIndex, float& offsetX, float& totalAdvance);
|
| void addHarfBuzzRun(unsigned startCharacter, unsigned endCharacter, const SimpleFontData*, UScriptCode);
|
|
|
|
|