зеркало из https://github.com/mozilla/gecko-dev.git
(forgot to check this in)
effectively removed area frame work troy was holding in his tree r=buster
This commit is contained in:
Родитель
df8a74d27b
Коммит
2d8ef163b2
|
@ -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___ */
|
||||
|
|
Загрузка…
Ссылка в новой задаче