From f6094f2796d5eb1f0286e844d1743149fcf7d3c7 Mon Sep 17 00:00:00 2001 From: Robert O'Callahan Date: Sun, 12 Apr 2009 00:38:16 +1200 Subject: [PATCH] Backed out changeset b5f88bffb072 --- layout/generic/nsFrame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/generic/nsFrame.cpp b/layout/generic/nsFrame.cpp index 2cf5e94deed..7e20c0a35c2 100644 --- a/layout/generic/nsFrame.cpp +++ b/layout/generic/nsFrame.cpp @@ -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