Call to RecalcLayoutData
git-svn-id: svn://10.0.0.236/trunk@805 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -228,11 +228,12 @@ NS_METHOD nsTableOuterFrame::ResizeReflow(nsIPresContext* aPresContext,
|
||||
&innerTableMaxElementSize);
|
||||
|
||||
#ifdef NOISY_MARGINS
|
||||
nsIContentPtr content = mInnerTableFrame->GetContent();
|
||||
nsIContent* content = nsnull;
|
||||
mInnerTableFrame->GetContent(content);
|
||||
nsTablePart *table = (nsTablePart*)content;
|
||||
if (table != nsnull)
|
||||
table->DumpCellMap();
|
||||
mInnerTableFrame->ResetColumnLayoutData();
|
||||
mInnerTableFrame->RecalcLayoutData();
|
||||
mInnerTableFrame->ListColumnLayoutData(stdout,1);
|
||||
#endif
|
||||
|
||||
|
||||
@@ -228,11 +228,12 @@ NS_METHOD nsTableOuterFrame::ResizeReflow(nsIPresContext* aPresContext,
|
||||
&innerTableMaxElementSize);
|
||||
|
||||
#ifdef NOISY_MARGINS
|
||||
nsIContentPtr content = mInnerTableFrame->GetContent();
|
||||
nsIContent* content = nsnull;
|
||||
mInnerTableFrame->GetContent(content);
|
||||
nsTablePart *table = (nsTablePart*)content;
|
||||
if (table != nsnull)
|
||||
table->DumpCellMap();
|
||||
mInnerTableFrame->ResetColumnLayoutData();
|
||||
mInnerTableFrame->RecalcLayoutData();
|
||||
mInnerTableFrame->ListColumnLayoutData(stdout,1);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user