From 2d8ef163b2053bc29df854b3d0dc1360e3a0699a Mon Sep 17 00:00:00 2001 From: "buster%netscape.com" Date: Tue, 9 May 2000 05:28:08 +0000 Subject: [PATCH] (forgot to check this in) effectively removed area frame work troy was holding in his tree r=buster --- layout/generic/nsBlockReflowContext.h | 5 +++++ layout/html/base/src/nsBlockReflowContext.h | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/layout/generic/nsBlockReflowContext.h b/layout/generic/nsBlockReflowContext.h index 5c3d2b497db9..78c5aba1fdf5 100644 --- a/layout/generic/nsBlockReflowContext.h +++ b/layout/generic/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___ */ diff --git a/layout/html/base/src/nsBlockReflowContext.h b/layout/html/base/src/nsBlockReflowContext.h index 5c3d2b497db9..78c5aba1fdf5 100644 --- a/layout/html/base/src/nsBlockReflowContext.h +++ b/layout/html/base/src/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___ */