[GridNG] Use specified placement and initial out-of-flow support
Previously, grid items were placed according to document order in PlaceGridItems() in the following change: https://chromium-review.googlesource.com/c/chromium/src/+/2369673. Now that the computed grid item positions are available from https://chromium-review.googlesource.com/c/chromium/src/+/2404110, the function was refactored to use the final specified/resolved positions instead of document order. Furthermore, out of flow items are now being filtered out and stored in the vector out_of_flow_items_. The look up/calculation for the absolute and static positioned offset remains a TODO for now. Bug: 1045599 Change-Id: Ia3ad951983798d6b34f13ef80850736dd374aee8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2444451 Commit-Queue: Ana Sollano Kim <ansollan@microsoft.com> Reviewed-by:Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
Ethan Jimenez <ethavar@microsoft.com> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#819092}
Showing
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment