Hooked up SizeOf() for cell map and table layout strategies. Also added in

some table frame data that was missed


git-svn-id: svn://10.0.0.236/trunk@49622 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy%netscape.com
1999-10-02 00:02:54 +00:00
parent 42184097f4
commit 4e1923d3ad
31 changed files with 222 additions and 20 deletions

View File

@@ -1170,7 +1170,6 @@ nsTableOuterFrame::SizeOf(nsISizeOfHandler* aHandler, PRUint32* aResult) const
return NS_ERROR_NULL_POINTER;
}
PRUint32 sum = sizeof(*this);
// XXX write me
*aResult = sum;
return NS_OK;
}