RESOLVED FIXED Bug 45317
Encapsulate multi-column rectangle information
https://bugs.webkit.org/show_bug.cgi?id=45317
Summary Encapsulate multi-column rectangle information
Dave Hyatt
Reported 2010-09-07 12:51:16 PDT
Encapsulate multi-column rectangle information to avoid exposing the Vector. This allows for future code (layout pagination code) to not have to store a Vector of rects (the rects can just be computed from a count and height for example).
Attachments
Patch (21.03 KB, patch)
2010-09-07 12:55 PDT, Dave Hyatt
bdakin: review+
Dave Hyatt
Comment 1 2010-09-07 12:55:05 PDT
WebKit Review Bot
Comment 2 2010-09-07 12:57:53 PDT
Attachment 66753 [details] did not pass style-queue: Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1 WebCore/rendering/ColumnInfo.h:30: Alphabetical sorting problem. [build/include_order] [4] Total errors found: 1 in 6 files If any of these errors are false positives, please file a bug against check-webkit-style.
Dave Hyatt
Comment 3 2010-09-07 12:59:52 PDT
Fixed in r66903.
Note You need to log in before you can comment on or make changes to this bug.