diff --git a/components/layout_2020/display_list/mod.rs b/components/layout_2020/display_list/mod.rs index 5902baf63c0..35a58be985a 100644 --- a/components/layout_2020/display_list/mod.rs +++ b/components/layout_2020/display_list/mod.rs @@ -93,13 +93,13 @@ impl DisplayList { pub(crate) struct DisplayListBuilder<'a> { /// The current [ScrollTreeNodeId] for this [DisplayListBuilder]. This /// allows only passing the builder instead passing the containing - /// [stacking_context::StackingContextFragment] as an argument to display + /// [stacking_context::StackingContextContent::Fragment] as an argument to display /// list building functions. current_scroll_node_id: ScrollTreeNodeId, /// The current [wr::ClipId] for this [DisplayListBuilder]. This allows /// only passing the builder instead passing the containing - /// [stacking_context::StackingContextFragment] as an argument to display + /// [stacking_context::StackingContextContent::Fragment] as an argument to display /// list building functions. current_clip_chain_id: ClipChainId,