Bug 492520 - Optimize some Frame classes for memory usage; r+sr=roc
This commit is contained in:
@@ -164,16 +164,16 @@ protected:
|
||||
virtual nscoord GetIntrinsicWidth();
|
||||
virtual nscoord GetIntrinsicHeight();
|
||||
|
||||
// the prev and next neighbors are indexes into the row (for a horizontal border) or col (for
|
||||
// a vertical border) of nsHTMLFramesetFrames or nsHTMLFrames
|
||||
PRInt32 mPrevNeighbor;
|
||||
PRInt32 mNextNeighbor;
|
||||
nscolor mColor;
|
||||
PRInt32 mWidth;
|
||||
PRPackedBool mVertical;
|
||||
PRPackedBool mVisibility;
|
||||
PRPackedBool mVisibilityOverride;
|
||||
nscolor mColor;
|
||||
// the prev and next neighbors are indexes into the row (for a horizontal border) or col (for
|
||||
// a vertical border) of nsHTMLFramesetFrames or nsHTMLFrames
|
||||
PRInt32 mPrevNeighbor;
|
||||
PRInt32 mNextNeighbor;
|
||||
PRBool mCanResize;
|
||||
PRPackedBool mCanResize;
|
||||
friend class nsHTMLFramesetFrame;
|
||||
};
|
||||
/*******************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user