DescriptionRefactor ShapeOutsideInfo so it isn't mutated for each line
Encapsulate the per line state into a ShapeOutsideDeltas object.
updateDeltasForContainingBlockLine has been renamed to
computeDeltasForContainingBlockLine, and it returns an instance of the
ShapeOutsideDeltas object for that line. This object is cached, but
none of the functionality of ShapeOutsideInfo is dependant on any line
specific data anymore.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180483
Patch Set 1 #
Total comments: 1
Patch Set 2 : Reorder bool members #Patch Set 3 : Remove extra return statement #
Total comments: 2
Patch Set 4 : Update for review comments #
Messages
Total messages: 14 (0 generated)
|