mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Pass SharedStyleContext to compute_inline_sizes.
This commit is contained in:
parent
c33ac876ff
commit
ea15f69404
2 changed files with 5 additions and 5 deletions
|
@ -79,7 +79,7 @@ impl Flow for MulticolFlow {
|
|||
|
||||
fn assign_inline_sizes(&mut self, layout_context: &LayoutContext) {
|
||||
debug!("assign_inline_sizes({}): assigning inline_size for flow", "multicol");
|
||||
self.block_flow.compute_inline_sizes(layout_context);
|
||||
self.block_flow.compute_inline_sizes(layout_context.shared_context());
|
||||
|
||||
// Move in from the inline-start border edge.
|
||||
let inline_start_content_edge = self.block_flow.fragment.border_box.start.i +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue