mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +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> {
|
pub(crate) struct DisplayListBuilder<'a> {
|
||||||
/// The current [ScrollTreeNodeId] for this [DisplayListBuilder]. This
|
/// The current [ScrollTreeNodeId] for this [DisplayListBuilder]. This
|
||||||
/// allows only passing the builder instead passing the containing
|
/// 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.
|
/// list building functions.
|
||||||
current_scroll_node_id: ScrollTreeNodeId,
|
current_scroll_node_id: ScrollTreeNodeId,
|
||||||
|
|
||||||
/// The current [wr::ClipId] for this [DisplayListBuilder]. This allows
|
/// The current [wr::ClipId] for this [DisplayListBuilder]. This allows
|
||||||
/// only passing the builder instead passing the containing
|
/// 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.
|
/// list building functions.
|
||||||
current_clip_chain_id: ClipChainId,
|
current_clip_chain_id: ClipChainId,
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue