Chromium Code Reviews| Index: Source/WebCore/rendering/RenderInline.h |
| =================================================================== |
| --- Source/WebCore/rendering/RenderInline.h (revision 118863) |
| +++ Source/WebCore/rendering/RenderInline.h (working copy) |
| @@ -57,6 +57,7 @@ |
| InlineFlowBox* createAndAppendInlineFlowBox(); |
| void dirtyLineBoxes(bool fullLayout); |
| + void deleteLineBoxTree(); |
| RenderLineBoxList* lineBoxes() { return &m_lineBoxes; } |
| const RenderLineBoxList* lineBoxes() const { return &m_lineBoxes; } |