Remove workaround for bug 748219, which seems to have been fixed in the meantime.

This commit is contained in:
Markus Stange 2015-03-23 02:17:37 -04:00
Родитель dd0e397ac6
Коммит 3b1eafd81a
1 изменённых файлов: 0 добавлений и 5 удалений

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

@ -3019,11 +3019,6 @@ nsDisplayThemedBackground::GetBoundsInternal() {
presContext->GetTheme()->
GetWidgetOverflow(presContext->DeviceContext(), mFrame,
mFrame->StyleDisplay()->mAppearance, &r);
#ifdef XP_MACOSX
// Bug 748219
r.Inflate(mFrame->PresContext()->AppUnitsPerDevPixel());
#endif
return r + ToReferenceFrame();
}