Description[CSS Shapes] Simplify RasterShape implementation
Since only floats can specify shape-outside, the RasterShapeIntervals
class only needs to track the first and last above threshold pixel column
(x1 and x2 in the implementation) for each row. Removed code for dealing with
multiple "runs" per row as well as shape-inside internals.
This is a merge of http://trac.webkit.org/changeset/166522 by Hans Muller <hmuller@adobe.com>.
BUG=359098
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170716
Patch Set 1 #
Total comments: 1
Patch Set 2 : Fix style errors #
Messages
Total messages: 16 (0 generated)
|