зеркало из https://github.com/mozilla/gecko-dev.git
Bug 503376 - Remove unused CalcAutoMargin function which stopped being used in bug 478614, r=bernd
This commit is contained in:
Родитель
4a8ae27612
Коммит
3f6c44858d
|
@ -471,21 +471,6 @@ nsTableOuterFrame::GetMargin(nsPresContext* aPresContext,
|
|||
aMargin = childRS.mComputedMargin;
|
||||
}
|
||||
|
||||
static
|
||||
nscoord CalcAutoMargin(nscoord aAutoMargin,
|
||||
nscoord aOppositeMargin,
|
||||
nscoord aContainBlockSize,
|
||||
nscoord aFrameSize)
|
||||
{
|
||||
nscoord margin;
|
||||
if (NS_AUTOMARGIN == aOppositeMargin)
|
||||
margin = (aContainBlockSize - aFrameSize) / 2;
|
||||
else {
|
||||
margin = aContainBlockSize - aFrameSize - aOppositeMargin;
|
||||
}
|
||||
return PR_MAX(0, margin);
|
||||
}
|
||||
|
||||
static nsSize
|
||||
GetContainingBlockSize(const nsHTMLReflowState& aOuterRS)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче