Back out GetScreenRect fix in bug 485121 in case it caused a test failure on Linux

This commit is contained in:
Robert O'Callahan 2009-04-12 00:38:50 +12:00
Родитель 2336917508 83ededa624
Коммит 1e9f2fae4e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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