Pass SharedStyleContext to propagate_assigned_inline_size_to_children.

This commit is contained in:
Ms2ger 2016-06-21 14:06:30 +02:00
parent 959f8c11cd
commit 21b8d2bd91
7 changed files with 11 additions and 11 deletions

View file

@ -381,7 +381,7 @@ impl Flow for TableRowFlow {
let spacing = self.spacing;
let row_writing_mode = self.block_flow.base.writing_mode;
let table_writing_mode = self.table_writing_mode;
self.block_flow.propagate_assigned_inline_size_to_children(layout_context,
self.block_flow.propagate_assigned_inline_size_to_children(layout_context.shared_context(),
inline_start_content_edge,
inline_end_content_edge,
containing_block_inline_size,