| Index: sky/engine/core/rendering/RenderParagraph.h
|
| diff --git a/sky/engine/core/rendering/RenderParagraph.h b/sky/engine/core/rendering/RenderParagraph.h
|
| index d7015634ba4d1e62aa4b6911061a9cad57e2d0c1..1d2d9279c8e06c313ddc7d7e63c5d48e6fbf0eb1 100644
|
| --- a/sky/engine/core/rendering/RenderParagraph.h
|
| +++ b/sky/engine/core/rendering/RenderParagraph.h
|
| @@ -74,7 +74,7 @@ protected:
|
|
|
| void computeIntrinsicLogicalWidths(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth) const final;
|
|
|
| - int firstLineBoxBaseline() const final;
|
| + int firstLineBoxBaseline(bool autoBaseline = true, FontBaseline baselineType = AlphabeticBaseline) const final;
|
| int lastLineBoxBaseline(LineDirectionMode) const final;
|
|
|
| private:
|
|
|