reduce prescontext usage in basic layout strategy bug 229457 r/sr=roc

git-svn-id: svn://10.0.0.236/trunk@150759 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bmlk%gmx.de
2003-12-28 17:02:40 +00:00
parent 16a67ace89
commit 7eb545bb4e
16 changed files with 274 additions and 380 deletions

View File

@@ -50,8 +50,7 @@ FixedTableLayoutStrategy::~FixedTableLayoutStrategy()
{
}
PRBool FixedTableLayoutStrategy::BalanceColumnWidths(nsIPresContext* aPresContext,
const nsHTMLReflowState& aReflowState)
PRBool FixedTableLayoutStrategy::BalanceColumnWidths(const nsHTMLReflowState& aReflowState)
{
return PR_TRUE;
}