Changeset 18826 for trunk/WebCore/rendering/RenderBlock.h
- Timestamp:
- 01/12/07 21:32:41 (2 years ago)
- Files:
-
- 1 modified
-
trunk/WebCore/rendering/RenderBlock.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/rendering/RenderBlock.h
r18762 r18826 143 143 void paintFloats(PaintInfo&, int tx, int ty, bool paintSelection = false); 144 144 void paintContents(PaintInfo&, int tx, int ty); 145 void paintColumns(PaintInfo&, int tx, int ty );145 void paintColumns(PaintInfo&, int tx, int ty, bool paintFloats = false); 146 146 void paintChildren(PaintInfo&, int tx, int ty); 147 147 void paintEllipsisBoxes(PaintInfo&, int tx, int ty);