DescriptionSet logical top and height of table rows and cells in the first layout pass.
This gives the fragmentation machinery an opportunity to insert breaks at the
right places. We previously assumed that all cells were at the top of their
table section, so break insertion was completely bogus. While we'd get a second
chance to break correctly in the second layout pass, this doesn't always work
too well. There's currently some code in layoutRows() in LayoutTableSection
that attempts to adjust the row height when we change where we break inside a
table cell, but it doesn't re-align cells vertically after this adjustment.
That code must die, and this CL is a preparatory step.
BUG=534751
Committed: https://crrev.com/0f36142505fcc4bc9b2f3518649befd2b5cbc63f
Cr-Commit-Position: refs/heads/master@{#426015}
Patch Set 1 #
Messages
Total messages: 12 (7 generated)
|