Changeset 13372 for trunk/WebCore/rendering/RenderTable.h
- Timestamp:
- 03/18/06 01:39:14 (3 years ago)
- Files:
-
- 1 modified
-
trunk/WebCore/rendering/RenderTable.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/rendering/RenderTable.h
r13149 r13372 159 159 bool hasSections() const { return head || foot || firstBody; } 160 160 161 virtual IntRect getOverflowClipRect(int tx, int ty); 162 161 163 private: 162 164 void recalcSections();