RESOLVED FIXED 129461
[CSS Shapes] Update line segments for ShapeInside only if the new line is wide enough
https://bugs.webkit.org/show_bug.cgi?id=129461
Summary [CSS Shapes] Update line segments for ShapeInside only if the new line is wid...
Zoltan Horvath
Reported 2014-02-27 16:31:02 PST
Shape-inside can make a line only narrower than the original line width, thus we don't need to update the line/shape segments in fitBelowFloats for every single line inside shape-inside. This patch adds a helper function, which updates the line segments, furthermore it updates the line segments only when the content would fit without the shape.
Attachments
Patch (6.07 KB, patch)
2014-02-27 16:34 PST, Zoltan Horvath
no flags
Zoltan Horvath
Comment 1 2014-02-27 16:34:44 PST
Dave Hyatt
Comment 2 2014-02-28 09:32:28 PST
Comment on attachment 225427 [details] Patch r=me
WebKit Commit Bot
Comment 3 2014-02-28 10:09:11 PST
Comment on attachment 225427 [details] Patch Clearing flags on attachment: 225427 Committed r164868: <http://trac.webkit.org/changeset/164868>
WebKit Commit Bot
Comment 4 2014-02-28 10:09:14 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.