DescriptionDon't establish LayoutState for LayoutTableRow objects.
Table rows are not the containing block of anything. The real containing block
of a table cell is their table section, not the table row.
With this change, we no longer need to pass the object's location to
LayoutState(). Just call locationOffset() on the object in the constructor
instead, rather than doing it at all call sites.
Committed: https://crrev.com/4f0ed16557aa042e6bb7cf0ea54640bb469371ba
Cr-Commit-Position: refs/heads/master@{#428190}
Patch Set 1 #Messages
Total messages: 12 (7 generated)
|