augmented ReResolveStyleContext to capture style change information

This commit is contained in:
peterl@netscape.com
1999-03-25 06:43:38 +00:00
parent 213db8a554
commit 82aa4e8465
36 changed files with 635 additions and 329 deletions

View File

@@ -40,7 +40,10 @@ public:
NS_IMETHOD GetFrameForPoint(const nsPoint& aPoint,
nsIFrame** aFrame);
NS_IMETHOD ReResolveStyleContext(nsIPresContext* aPresContext,
nsIStyleContext* aParentContext);
nsIStyleContext* aParentContext,
PRInt32 aParentChange,
nsStyleChangeList* aChangeList,
PRInt32* aLocalChange);
NS_IMETHOD List(FILE* out, PRInt32 aIndent) const;
// nsIHTMLReflow overrides