Added ReparentFrameView() and changed the block and inline code

to call it when pushing/pulling frames


git-svn-id: svn://10.0.0.236/trunk@27086 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy%netscape.com
1999-04-11 04:22:00 +00:00
parent 36f1020d73
commit a40295762e
12 changed files with 296 additions and 0 deletions

View File

@@ -62,6 +62,10 @@ public:
nsIStyleContext* aStyleContext,
PRBool aForce);
static nsresult ReparentFrameView(nsIFrame* aChildFrame,
nsIFrame* aOldParentFrame,
nsIFrame* aNewParentFrame);
protected:
virtual PRIntn GetSkipSides() const = 0;
};