Index: sky/engine/core/rendering/RenderParagraph.h |
diff --git a/sky/engine/core/rendering/RenderParagraph.h b/sky/engine/core/rendering/RenderParagraph.h |
index b5893886e206e01cb84e83843d7eec4565205094..81afee150c33328c71e134555cc88328d336b263 100644 |
--- a/sky/engine/core/rendering/RenderParagraph.h |
+++ b/sky/engine/core/rendering/RenderParagraph.h |
@@ -46,6 +46,8 @@ protected: |
int lastLineBoxBaseline(LineDirectionMode) const final; |
private: |
+ virtual const char* renderName() const override; |
+ |
void markLinesDirtyInBlockRange(LayoutUnit logicalTop, LayoutUnit logicalBottom, RootInlineBox* highest = 0); |
InlineFlowBox* createLineBoxes(RenderObject*, const LineInfo&, InlineBox* childBox); |