Clipping wasn't being set correctly in the PageContentFrame when the reflow was smaller than a page

Bug 122434  r=dcone sr=hyatt
This commit is contained in:
rods@netscape.com
2002-01-31 14:24:06 +00:00
parent 6c93576be8
commit 941a6b7f6c
8 changed files with 66 additions and 6 deletions

View File

@@ -61,6 +61,8 @@ public:
NS_IMETHOD IsPercentageBase(PRBool& aBase) const;
virtual void SetClipRect(nsRect* aClipRect) { mClipRect = *aClipRect; }
/**
* Get the "type" of the frame
*
@@ -73,6 +75,9 @@ public:
NS_IMETHOD GetFrameName(nsAString& aResult) const;
#endif
protected:
nsPageContentFrame();
nsRect mClipRect;
};
#endif /* nsPageContentFrame_h___ */