mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Pass SharedStyleContext to propagate_assigned_inline_size_to_children.
This commit is contained in:
parent
959f8c11cd
commit
21b8d2bd91
7 changed files with 11 additions and 11 deletions
|
@ -119,7 +119,7 @@ impl Flow for MulticolFlow {
|
|||
self.block_flow.fragment.border_box.size.inline = content_inline_size + padding_and_borders;
|
||||
|
||||
self.block_flow.propagate_assigned_inline_size_to_children(
|
||||
layout_context, inline_start_content_edge, inline_end_content_edge, column_width,
|
||||
layout_context.shared_context(), inline_start_content_edge, inline_end_content_edge, column_width,
|
||||
|_, _, _, _, _, _| {});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue