mirror of
https://github.com/servo/servo.git
synced 2025-07-21 14:23:41 +01:00
layout: Fix non-vertical-align-correct wording in a comment.
This commit is contained in:
parent
0198a9dda8
commit
4ae6a68e35
1 changed files with 1 additions and 1 deletions
|
@ -1474,7 +1474,7 @@ impl BlockFlow {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Computes intrinsic widths for a block.
|
/// Computes intrinsic inline sizes for a block.
|
||||||
pub fn bubble_inline_sizes_for_block(&mut self, consult_children: bool) {
|
pub fn bubble_inline_sizes_for_block(&mut self, consult_children: bool) {
|
||||||
let _scope = layout_debug_scope!("block::bubble_inline_sizes {:x}", self.base.debug_id());
|
let _scope = layout_debug_scope!("block::bubble_inline_sizes {:x}", self.base.debug_id());
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue