Added API to get/set properties on frames. Also changed nsContainerFrame to use a property to implement the frame overflow list. This saves 4 bytes per container frames git-svn-id: svn://10.0.0.236/trunk@51358 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -855,7 +855,7 @@ NS_METHOD nsTableOuterFrame::Reflow(nsIPresContext& aPresContext,
|
||||
if (eReflowReason_Initial == aReflowState.reason) {
|
||||
// Set up our kids. They're already present, on an overflow list,
|
||||
// or there are none so we'll create them now
|
||||
MoveOverflowToChildList();
|
||||
MoveOverflowToChildList(&aPresContext);
|
||||
|
||||
// Lay out the caption and get its maximum element size
|
||||
if (nsnull != mCaptionFrame) {
|
||||
|
||||
Reference in New Issue
Block a user