| Index: sky/engine/core/rendering/RenderParagraph.h
|
| diff --git a/sky/engine/core/rendering/RenderParagraph.h b/sky/engine/core/rendering/RenderParagraph.h
|
| index 0c7d0a2998904923c6594891469c045f7b597734..a75cd4b6d2c28f3d6d717f465e2ebd24b5295b68 100644
|
| --- a/sky/engine/core/rendering/RenderParagraph.h
|
| +++ b/sky/engine/core/rendering/RenderParagraph.h
|
| @@ -34,7 +34,7 @@ protected:
|
|
|
| void simplifiedNormalFlowLayout() final;
|
|
|
| - void paintContents(PaintInfo&, const LayoutPoint&) final;
|
| + void paintChildren(PaintInfo&, const LayoutPoint&) final;
|
|
|
| bool hitTestContents(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) final;
|
|
|
|
|