mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
This reverts commit f2f5614ad6
.
This is causing intermittent crashes: https://github.com/servo/servo/actions/runs/11167043809/job/31044255019
Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
826e31eaa5
commit
48f8ff6236
28 changed files with 799 additions and 545 deletions
|
@ -167,9 +167,9 @@ impl WindowMethods for Window {
|
|||
EmbedderCoordinates {
|
||||
viewport,
|
||||
framebuffer: size,
|
||||
window_rect: DeviceIntRect::from_origin_and_size(Point2D::zero(), size),
|
||||
screen_size: size,
|
||||
available_screen_size: size,
|
||||
window: (size, Point2D::zero()),
|
||||
screen: size,
|
||||
screen_avail: size,
|
||||
hidpi_factor: dpr,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue