RESOLVED FIXED 103657
[New Multicolumn] Add minimum column height and forced break tracking to column sets
https://bugs.webkit.org/show_bug.cgi?id=103657
Summary [New Multicolumn] Add minimum column height and forced break tracking to colu...
Dave Hyatt
Reported 2012-11-29 11:58:55 PST
Add minimum column height and forced break tracking to column sets. These are the same variables that are in the ColumnInfo struct. This patch is just adding them without setting them yet.
Attachments
Patch (3.71 KB, patch)
2012-11-29 11:59 PST, Dave Hyatt
simon.fraser: review+
Dave Hyatt
Comment 1 2012-11-29 11:59:52 PST
Simon Fraser (smfr)
Comment 2 2012-11-29 12:02:14 PST
Comment on attachment 176776 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=176776&action=review > Source/WebCore/rendering/RenderMultiColumnSet.h:67 > + int forcedBreaks() const { return m_forcedBreaks; } Is this a count of forced breaks, or the locations of the breaks? It should be renamed to clarify.
Dave Hyatt
Comment 3 2012-11-29 12:12:01 PST
Landed in r136146.
Note You need to log in before you can comment on or make changes to this bug.