[LayoutNG] Make table-cells always calculate thier block-size to the intrinsic size.
Prior to this patch, during simplified layout we'd calculate the block-size of a table-cell the same as any node. This missed the specific table-cell logic within the NGBlockLayoutAlgorithm. This moves this logic down into the ComputeBlockSizeForFragment method. Bug: 968016 Change-Id: Idb4d76bb199d1690705e1f24d9de3ea53e2c8af4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637219Reviewed-by:Emil A Eklund <eae@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#664843}
Showing
Please register or sign in to comment