mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
layout_2020: Fix a documentation comment
I inadvertently failed to complete this doc comment.
This commit is contained in:
parent
b945de4ea9
commit
cc75c6f5d4
1 changed files with 3 additions and 1 deletions
|
@ -55,7 +55,9 @@ pub(crate) struct BoxFragment {
|
||||||
/// The scrollable overflow of this box fragment.
|
/// The scrollable overflow of this box fragment.
|
||||||
pub scrollable_overflow_from_children: PhysicalRect<Length>,
|
pub scrollable_overflow_from_children: PhysicalRect<Length>,
|
||||||
|
|
||||||
/// XXX Add thsi
|
/// If this fragment was laid out from a hoisted box, this id corresponds to the id stored in
|
||||||
|
/// the AbsoluteOrFixedPositionedFragment left as a placeholder in the tree position of the
|
||||||
|
/// box.
|
||||||
pub hoisted_fragment_id: Option<HoistedFragmentId>,
|
pub hoisted_fragment_id: Option<HoistedFragmentId>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue