···197197 }
198198}
199199200200-/// Public variant of `node_id_from_box_type` for use by other crates.
201201-pub fn node_id_from_box_type_pub(box_type: &BoxType) -> Option<NodeId> {
202202- node_id_from_box_type(box_type)
203203-}
204204-205200fn paint_background(layout_box: &LayoutBox, list: &mut DisplayList, tx: f32, ty: f32) {
206201 let bg = layout_box.background_color;
207202 // Only paint if the background is not fully transparent and the box has area.