mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Make naming of variables consistent with SpecificLayoutInfo
(#35104)
This is a followup to #34926. Fixes #35078. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
a54add0159
commit
102b77aef8
10 changed files with 41 additions and 41 deletions
|
@ -389,7 +389,7 @@ impl BlockFormattingContext {
|
|||
content_inline_size_for_table: None,
|
||||
baselines: flow_layout.baselines,
|
||||
depends_on_block_constraints: flow_layout.depends_on_block_constraints,
|
||||
detailed_layout_info: None,
|
||||
specific_layout_info: None,
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1157,7 +1157,7 @@ impl IndependentNonReplacedContents {
|
|||
block_margins_collapsed_with_children,
|
||||
)
|
||||
.with_baselines(layout.baselines)
|
||||
.with_detailed_layout_info(layout.detailed_layout_info)
|
||||
.with_specific_layout_info(layout.specific_layout_info)
|
||||
}
|
||||
|
||||
/// Lay out a normal in flow non-replaced block that establishes an independent
|
||||
|
@ -1469,7 +1469,7 @@ impl IndependentNonReplacedContents {
|
|||
CollapsedBlockMargins::from_margin(&margin),
|
||||
)
|
||||
.with_baselines(layout.baselines)
|
||||
.with_detailed_layout_info(layout.detailed_layout_info)
|
||||
.with_specific_layout_info(layout.specific_layout_info)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue