mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Back out GetScreenRect fix in bug 485121 in case it caused a test failure on Linux
This commit is contained in:
commit
8a9fcacdc2
@ -3600,7 +3600,7 @@ nsIntRect nsIFrame::GetScreenRectExternal() const
|
||||
|
||||
nsIntRect nsIFrame::GetScreenRect() const
|
||||
{
|
||||
return nsRect::ToNearestPixels(GetScreenRectInAppUnits(), PresContext()->AppUnitsPerDevPixel());
|
||||
return nsRect::ToOutsidePixels(GetScreenRectInAppUnits(), PresContext()->AppUnitsPerDevPixel());
|
||||
}
|
||||
|
||||
// virtual
|
||||
|
Loading…
Reference in New Issue
Block a user