From d77265fa2fa9e0f99b6f63abc7c961437afea82f Mon Sep 17 00:00:00 2001 From: "kipp%netscape.com" Date: Tue, 23 Feb 1999 19:32:33 +0000 Subject: [PATCH] Added a warning comment --- layout/html/base/src/nsFrameReflowState.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layout/html/base/src/nsFrameReflowState.h b/layout/html/base/src/nsFrameReflowState.h index 72cb1aedfdcc..4e790f19950b 100644 --- a/layout/html/base/src/nsFrameReflowState.h +++ b/layout/html/base/src/nsFrameReflowState.h @@ -28,6 +28,9 @@ struct nsStyleDisplay; struct nsStyleSpacing; struct nsStyleText; +//XXX deprecated class used soley by block and inline code so that the +//nsInlineReflow class can access some common variables. + class nsFrameReflowState : public nsHTMLReflowState { public: nsFrameReflowState(nsIPresContext& aPresContext,