mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Use usize for propagate_to_child.
This commit is contained in:
parent
3dd3ad728e
commit
67b3a3d3d6
1 changed files with 1 additions and 1 deletions
|
@ -595,7 +595,7 @@ impl<'a> ChildInlineSizeInfo<'a> {
|
|||
/// lays out that child in the inline direction.
|
||||
pub fn propagate_to_child(&self,
|
||||
kid: &mut Flow,
|
||||
child_index: uint,
|
||||
child_index: usize,
|
||||
content_inline_size: Au,
|
||||
writing_mode: WritingMode,
|
||||
inline_start_margin_edge: &mut Au) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue