| Index: Source/platform/fonts/shaping/HarfBuzzShaper.h
|
| diff --git a/Source/platform/fonts/shaping/HarfBuzzShaper.h b/Source/platform/fonts/shaping/HarfBuzzShaper.h
|
| index 55305e7cc13eb310cd612fe51786c4fe70d6a851..a2b6acad5a8850ac6041bbb684eea89189ecc9cf 100644
|
| --- a/Source/platform/fonts/shaping/HarfBuzzShaper.h
|
| +++ b/Source/platform/fonts/shaping/HarfBuzzShaper.h
|
| @@ -52,7 +52,8 @@ class SimpleFontData;
|
|
|
| class HarfBuzzShaper final : public Shaper {
|
| public:
|
| - HarfBuzzShaper(const Font*, const TextRun&, ForTextEmphasisOrNot = NotForTextEmphasis, HashSet<const SimpleFontData*>* fallbackFonts = 0, FloatRect* = 0);
|
| + HarfBuzzShaper(const Font*, const TextRun&, const GlyphData* emphasisData = nullptr,
|
| + HashSet<const SimpleFontData*>* fallbackFonts = nullptr, FloatRect* = nullptr);
|
|
|
| void setDrawRange(int from, int to);
|
| bool shape(GlyphBuffer* = 0);
|
|
|