RESOLVED FIXED 60979
SVGRootInlineBox triggers calculateBoundaries twice in layout
https://bugs.webkit.org/show_bug.cgi?id=60979
Summary SVGRootInlineBox triggers calculateBoundaries twice in layout
Levi Weintraub
Reported 2011-05-17 12:35:37 PDT
Within computerPerCharacterLayoutInformation, first layoutChildBoxes is called. This function calls calculateBoundaries on all child boxes. Directly afterwards, layoutRootBox determines the rect for itself based on its children, but instead of using the values just calculated in the previous step, they're re-calculated. There is no early return in calculateBoundaries.
Attachments
Patch (6.56 KB, patch)
2011-05-20 00:23 PDT, Leo Yang
zimmermann: review+
Leo Yang
Comment 1 2011-05-20 00:23:24 PDT
Nikolas Zimmermann
Comment 2 2011-05-20 00:45:21 PDT
Comment on attachment 94181 [details] Patch Good catch, r=me, assuming no regressions.
Leo Yang
Comment 3 2011-05-20 00:57:21 PDT
Note You need to log in before you can comment on or make changes to this bug.