зеркало из https://github.com/mozilla/gecko-dev.git
Remove workaround for bug 748219, which seems to have been fixed in the meantime.
This commit is contained in:
Родитель
dd0e397ac6
Коммит
3b1eafd81a
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче