Changeset 14598 for trunk/WebCore/rendering/RenderTable.h
- Timestamp:
- 05/25/06 15:17:38 (3 years ago)
- Files:
-
- 1 modified
-
trunk/WebCore/rendering/RenderTable.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/rendering/RenderTable.h
r14372 r14598 160 160 virtual RenderObject* removeChildNode(RenderObject*); 161 161 162 RenderTableSection* sectionAbove(const RenderTableSection*, bool skipEmptySections = false) const; 163 RenderTableSection* sectionBelow(const RenderTableSection*, bool skipEmptySections = false) const; 164 162 165 RenderTableCell* cellAbove(const RenderTableCell*) const; 163 166 RenderTableCell* cellBelow(const RenderTableCell*) const;