pub fn do_the_layout_internal(
dom_id: DomId,
parent_dom_id: Option<DomId>,
styled_dom: StyledDom,
renderer_resources: &mut RendererResources,
document_id: &DocumentId,
bounds: LogicalRect,
) -> LayoutResult
Expand description
At this point in time, all font keys, image keys, etc. have to be already been submitted to the RenderApi and the AppResources!