diff options
Diffstat (limited to 'components/layout_thread/lib.rs')
-rw-r--r-- | components/layout_thread/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout_thread/lib.rs b/components/layout_thread/lib.rs index 47698e03b3c..7c7b5fd89ed 100644 --- a/components/layout_thread/lib.rs +++ b/components/layout_thread/lib.rs @@ -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; |