mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
rustdoc: Fix StackingContextFragment error (#31625)
This commit is contained in:
parent
da609076c3
commit
59d89c8267
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue