Changeset 20220 for trunk/WebCore/rendering/RenderBlock.h
- Timestamp:
- 03/15/07 17:04:39 (22 months ago)
- Files:
-
- 1 modified
-
trunk/WebCore/rendering/RenderBlock.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/rendering/RenderBlock.h
r19862 r20220 58 58 virtual void setChildrenInline(bool b) { m_childrenInline = b; } 59 59 void makeChildrenNonInline(RenderObject* insertionPoint = 0); 60 void deleteLineBoxTree(); 60 61 61 62 // The height (and width) of a block when you include overflow spillage out of the bottom