mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Backed out changeset b5f88bffb072
This commit is contained in:
parent
fb245eb8ab
commit
83ededa624
@ -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