mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Make BaseFlow::stacking_relative_position a vector.
This commit is contained in:
parent
8617320500
commit
997608f11f
9 changed files with 23 additions and 24 deletions
|
@ -907,7 +907,7 @@ impl LayoutThread {
|
|||
|| {
|
||||
flow::mut_base(layout_root).stacking_relative_position =
|
||||
LogicalPoint::zero(writing_mode).to_physical(writing_mode,
|
||||
self.viewport_size);
|
||||
self.viewport_size).to_vector();
|
||||
|
||||
flow::mut_base(layout_root).clip = data.page_clip_rect;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue