Bug 743402, Part 4: Refactor ApplySkipSides() and GetSkipSides() to return the correct value during reflow by adding an optional nsHTMLReflowState parameter. [r=roc]
This commit is contained in:
@@ -522,7 +522,7 @@ nsTableCellFrame::BuildDisplayList(nsDisplayListBuilder* aBuilder,
|
||||
}
|
||||
|
||||
int
|
||||
nsTableCellFrame::GetSkipSides() const
|
||||
nsTableCellFrame::GetSkipSides(const nsHTMLReflowState* aReflowState) const
|
||||
{
|
||||
int skip = 0;
|
||||
if (nullptr != GetPrevInFlow()) {
|
||||
|
||||
Reference in New Issue
Block a user