mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Rename outer_inline* outside of sizing.rs to outer_inline_content_sizes*
This commit is contained in:
parent
235df94f2e
commit
51c388fe1c
3 changed files with 9 additions and 8 deletions
|
@ -200,7 +200,7 @@ impl InlineFormattingContext {
|
|||
}
|
||||
},
|
||||
InlineLevelBox::Atomic(atomic) => {
|
||||
let (outer, pc) = atomic.outer_inline_and_percentages(
|
||||
let (outer, pc) = atomic.outer_inline_content_sizes_and_percentages(
|
||||
self.layout_context,
|
||||
self.containing_block_writing_mode,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue