зеркало из https://github.com/mozilla/pjs.git
Bug 208093 Make tree body frame cache row count r=varga sr=jag
This commit is contained in:
Родитель
a3230f658d
Коммит
0a90032224
|
@ -526,8 +526,6 @@ protected: // Data Members
|
||||||
|
|
||||||
PRPackedBool mVerticalOverflow;
|
PRPackedBool mVerticalOverflow;
|
||||||
|
|
||||||
PRInt16 mUpdateBatchNest;
|
|
||||||
|
|
||||||
// A guard that prevents us from recursive painting.
|
// A guard that prevents us from recursive painting.
|
||||||
PRPackedBool mImageGuard;
|
PRPackedBool mImageGuard;
|
||||||
|
|
||||||
|
@ -550,6 +548,9 @@ protected: // Data Members
|
||||||
// A value array used to keep track of all spring loaded folders.
|
// A value array used to keep track of all spring loaded folders.
|
||||||
nsValueArray mValueArray;
|
nsValueArray mValueArray;
|
||||||
|
|
||||||
PRInt32 mCountBeforeUpdate;
|
PRInt32 mUpdateBatchNest;
|
||||||
|
|
||||||
|
// Cached row count.
|
||||||
|
PRInt32 mRowCount;
|
||||||
|
|
||||||
}; // class nsTreeBodyFrame
|
}; // class nsTreeBodyFrame
|
||||||
|
|
Загрузка…
Ссылка в новой задаче