Files
ladybird/Userland/Libraries/LibWeb/Layout/GridFormattingContext.cpp
Aliaksandr Kalenik 749dcac196 LibWeb: Add record_grid_placement() helper in GFC
When placement position is found we always want to do following:
- Mark the occupied cells in the occupation grid
- Add the item to the list of placed items

Therefore, having helper that does both is useful
2024-03-07 08:26:37 +01:00

112 KiB