| 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..3d942c7319927bac2dd2e295b170731d2cb4dde5 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(FontBaselineOrAuto baselineType) const final;
|
| int lastLineBoxBaseline(LineDirectionMode) const final;
|
|
|
| private:
|
|
|