| Index: Source/WebCore/rendering/RenderBlock.h
|
| ===================================================================
|
| --- Source/WebCore/rendering/RenderBlock.h (revision 107332)
|
| +++ Source/WebCore/rendering/RenderBlock.h (working copy)
|
| @@ -449,6 +449,8 @@
|
| void makeChildrenNonInline(RenderObject* insertionPoint = 0);
|
| virtual void removeLeftoverAnonymousBlock(RenderBlock* child);
|
|
|
| + static void collapseAnonymousBoxChild(RenderBlock* parent, RenderObject* child);
|
| +
|
| virtual void dirtyLinesFromChangedChild(RenderObject* child) { m_lineBoxes.dirtyLinesFromChangedChild(this, child); }
|
|
|
| void addChildToContinuation(RenderObject* newChild, RenderObject* beforeChild);
|
|
|