Changeset 19862 for trunk/WebCore/rendering/RenderBlock.h
- Timestamp:
- 02/26/07 14:36:14 (23 months ago)
- Files:
-
- 1 modified
-
trunk/WebCore/rendering/RenderBlock.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/rendering/RenderBlock.h
r19696 r19862 119 119 virtual void positionListMarker() { } 120 120 121 virtual void borderFitAdjust(int& x, int& w) const; // Shrink the box in which the border paints if border-fit is set. 122 121 123 // Called to lay out the legend for a fieldset. 122 124 virtual RenderObject* layoutLegend(bool relayoutChildren) { return 0; }; … … 289 291 private: 290 292 void adjustPointToColumnContents(IntPoint&) const; 293 void adjustForBorderFit(int x, int& left, int& right) const; // Helper function for borderFitAdjust 291 294 292 295 protected: