Show
Ignore:
Timestamp:
01/12/07 21:32:41 (2 years ago)
Author:
hyatt
Message:

Make multicolumn layout work with floats.

Reviewed by andersca

Added fast/multicol/float-multicol.html

  • rendering/RenderBlock.cpp: (WebCore::RenderBlock::layoutBlock): (WebCore::RenderBlock::paintColumns): (WebCore::RenderBlock::paintObject):
  • rendering/RenderBlock.h:
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/rendering/RenderBlock.h

    r18762 r18826  
    143143    void paintFloats(PaintInfo&, int tx, int ty, bool paintSelection = false); 
    144144    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); 
    146146    void paintChildren(PaintInfo&, int tx, int ty); 
    147147    void paintEllipsisBoxes(PaintInfo&, int tx, int ty);