Use usize for propagate_to_child.

This commit is contained in:
Ms2ger 2015-04-02 14:47:48 +02:00
parent 3dd3ad728e
commit 67b3a3d3d6

View file

@ -595,7 +595,7 @@ impl<'a> ChildInlineSizeInfo<'a> {
/// lays out that child in the inline direction. /// lays out that child in the inline direction.
pub fn propagate_to_child(&self, pub fn propagate_to_child(&self,
kid: &mut Flow, kid: &mut Flow,
child_index: uint, child_index: usize,
content_inline_size: Au, content_inline_size: Au,
writing_mode: WritingMode, writing_mode: WritingMode,
inline_start_margin_edge: &mut Au) { inline_start_margin_edge: &mut Au) {