mirror of
https://github.com/servo/servo.git
synced 2025-08-08 15:05:35 +01:00
Store an OpaqueNode in boxes and fragments
This commit is contained in:
parent
47944a39fc
commit
abc2c15c28
8 changed files with 67 additions and 25 deletions
|
@ -471,6 +471,7 @@ impl<'box_tree> HoistedAbsolutelyPositionedBox<'box_tree> {
|
|||
};
|
||||
|
||||
BoxFragment {
|
||||
tag: self.absolutely_positioned_box.contents.tag,
|
||||
style: style.clone(),
|
||||
children: fragments,
|
||||
content_rect,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue