[GridNG] Measuring stage of NGGridLayoutAlgorithm
This change builds upon the previous work in NGGridLayoutAlgorithm to actually perform measuring on the grid items. The next step in the grid algorithm is to determine track column widths. Since column-widths can be content-based (min-content and max-content), these measurements will be necessary at that point. Much like my previous change, this is validated using unit tests, as we cannot currently test end-to-end grid layout until we have more stages of the grid algorithm completed. Note that percentage resolution is currently incorrect. It will require another layout pass with additional sizing data. This is noted in the incorrect test result. Bug: 1045599 Change-Id: Ic10a8522a16e70792e2299dfe3d8eda0231ff877 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2257403Reviewed-by:Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Kurt Catti-Schmidt <kschmi@microsoft.com> Cr-Commit-Position: refs/heads/master@{#786110}
Showing
Please register or sign in to comment