diff options
Diffstat (limited to 'components/layout/flex.rs')
-rw-r--r-- | components/layout/flex.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/layout/flex.rs b/components/layout/flex.rs index 577e9a167de..b1aa4e3dfe4 100644 --- a/components/layout/flex.rs +++ b/components/layout/flex.rs @@ -949,8 +949,8 @@ impl Flow for FlexFlow { } } - fn compute_absolute_position(&mut self, layout_context: &LayoutContext) { - self.block_flow.compute_absolute_position(layout_context) + fn compute_stacking_relative_position(&mut self, layout_context: &LayoutContext) { + self.block_flow.compute_stacking_relative_position(layout_context) } fn place_float_if_applicable<'a>(&mut self) { |