mirror of
https://github.com/servo/servo
synced 2026-05-10 17:12:23 +02:00
This patch adds a weak reference to the parent box in `LayoutBoxBase`, so that boxes can refer to their parent. This will help during future changes for incremental layout. Testing: Not needed, no behavior change Signed-off-by: Oriol Brufau <obrufau@igalia.com> Co-authored-by: Martin Robinson <mrobinson@igalia.com>