effectively removed area frame
work troy was holding in his tree
r=buster
This commit is contained in:
buster%netscape.com 2000-05-09 05:28:08 +00:00
Родитель df8a74d27b
Коммит 2d8ef163b2
2 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -91,6 +91,10 @@ public:
return mMetrics.mMaximumWidth;
}
PRBool BlockShouldInvalidateItself() const {
return mBlockShouldInvalidateItself;
}
// Compute the largest of two adjacent vertical margins, as per the
// CSS2 spec section 8.3.1
static nscoord MaxMargin(nscoord a, nscoord b) {
@ -135,6 +139,7 @@ protected:
nsSize mMaxElementSize;
PRPackedBool mIsTable;
PRPackedBool mComputeMaximumWidth;
PRPackedBool mBlockShouldInvalidateItself;
};
#endif /* nsBlockReflowContext_h___ */

Просмотреть файл

@ -91,6 +91,10 @@ public:
return mMetrics.mMaximumWidth;
}
PRBool BlockShouldInvalidateItself() const {
return mBlockShouldInvalidateItself;
}
// Compute the largest of two adjacent vertical margins, as per the
// CSS2 spec section 8.3.1
static nscoord MaxMargin(nscoord a, nscoord b) {
@ -135,6 +139,7 @@ protected:
nsSize mMaxElementSize;
PRPackedBool mIsTable;
PRPackedBool mComputeMaximumWidth;
PRPackedBool mBlockShouldInvalidateItself;
};
#endif /* nsBlockReflowContext_h___ */