Bug 208093 Make tree body frame cache row count r=varga sr=jag

This commit is contained in:
neil%parkwaycc.co.uk 2003-07-01 11:03:53 +00:00
parent 007101035b
commit dac62db26c

View File

@ -526,8 +526,6 @@ protected: // Data Members
PRPackedBool mVerticalOverflow;
PRInt16 mUpdateBatchNest;
// A guard that prevents us from recursive painting.
PRPackedBool mImageGuard;
@ -550,6 +548,9 @@ protected: // Data Members
// A value array used to keep track of all spring loaded folders.
nsValueArray mValueArray;
PRInt32 mCountBeforeUpdate;
PRInt32 mUpdateBatchNest;
// Cached row count.
PRInt32 mRowCount;
}; // class nsTreeBodyFrame