layout_2020: Fix a documentation comment

I inadvertently failed to complete this doc comment.
This commit is contained in:
Martin Robinson 2020-03-19 12:43:01 +01:00
parent b945de4ea9
commit cc75c6f5d4

View file

@ -55,7 +55,9 @@ pub(crate) struct BoxFragment {
/// The scrollable overflow of this box fragment.
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>,
}