Added a skid mark (disabled)

git-svn-id: svn://10.0.0.236/trunk@23184 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com
1999-03-08 19:26:09 +00:00
parent 00cb1a62f1
commit b37f5e28cc
2 changed files with 10 additions and 0 deletions

View File

@@ -1483,6 +1483,11 @@ nsInlineFrame::ReflowInlineFrames(nsIPresContext& aPresContext,
}
aMetrics.height = bbox.height + aReflowState.mComputedBorderPadding.top +
aReflowState.mComputedBorderPadding.bottom;
#ifdef NOISY_FINAL_SIZE
ListTag(stdout);
printf(": metrics=%d,%d ascent=%d descent=%d\n",
aMetrics.width, aMetrics.height, aMetrics.ascent, aMetrics.descent);
#endif
aMetrics.mCarriedOutTopMargin = 0;
aMetrics.mCarriedOutBottomMargin = 0;
if (nsnull != aMetrics.maxElementSize) {