[webkit-dev] Table layout does not clear setNeedsLayout flag for rows?

Mayur K eminemence at gmail.com
Thu Mar 13 07:39:50 PDT 2014


Hi,

I am checking the layout and rendering of the table element in webkit.
In the process I figured out that the link of renderers is as follows:
RenderTable <has> RenderTableSection <has> RenderTableRow <has>
RenderTableCell
The layout of the table rows is done in RenderTableSection::layoutRows.
I did not see any code to specifically set
RenderTableRow::setNeedsLayout(false) at the end of the function.
While there is a call to RenderTableCell::layout , which will then clear
the layout flag for RenderTableCell.
So is a RenderTableRow::setNeedsLayout(false) needed at the end of the
layout of each row in RenderTableSection::layoutRows?
If not then where is the RenderTableRow layout flag cleared?

Regards,
Mayur Kankanwadi.

-- 
Symbiangeek,Codekata & Webkitwiki all in one - http://flaminghorns.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-dev/attachments/20140313/2cc22759/attachment.html>


More information about the webkit-dev mailing list