Fixed a glitch in the debug noise
git-svn-id: svn://10.0.0.236/trunk@48053 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
05e70dcfdf
commit
287e799395
@ -415,7 +415,7 @@ nsLineLayout::UpdateBand(nscoord aX, nscoord aY,
|
||||
}
|
||||
#ifdef NOISY_REFLOW
|
||||
printf(" span %p: oldRightEdge=%d newRightEdge=%d\n",
|
||||
psd->mRightEdge - deltaWidth, psd->mRightEdge);
|
||||
psd, psd->mRightEdge - deltaWidth, psd->mRightEdge);
|
||||
#endif
|
||||
psd = psd->mParent;
|
||||
}
|
||||
|
||||
@ -415,7 +415,7 @@ nsLineLayout::UpdateBand(nscoord aX, nscoord aY,
|
||||
}
|
||||
#ifdef NOISY_REFLOW
|
||||
printf(" span %p: oldRightEdge=%d newRightEdge=%d\n",
|
||||
psd->mRightEdge - deltaWidth, psd->mRightEdge);
|
||||
psd, psd->mRightEdge - deltaWidth, psd->mRightEdge);
|
||||
#endif
|
||||
psd = psd->mParent;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user