зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1575305 Part 2 - Remove the unused border-padding variable in nsBlockFrame::FindBestBalanceBSize(). r=dbaron
Differential Revision: https://phabricator.services.mozilla.com/D42709 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
c44acb8e9f
Коммит
6df1d8db45
|
@ -1030,10 +1030,6 @@ void nsColumnSetFrame::FindBestBalanceBSize(const ReflowInput& aReflowInput,
|
|||
ReflowOutput& aDesiredSize,
|
||||
bool aUnboundedLastColumn,
|
||||
nsReflowStatus& aStatus) {
|
||||
nsMargin bp = aReflowInput.ComputedPhysicalBorderPadding();
|
||||
bp.ApplySkipSides(GetSkipSides());
|
||||
bp.bottom = aReflowInput.ComputedPhysicalBorderPadding().bottom;
|
||||
|
||||
nscoord availableContentBSize = GetAvailableContentBSize(aReflowInput);
|
||||
|
||||
// Termination of the algorithm below is guaranteed because
|
||||
|
|
Загрузка…
Ссылка в новой задаче