Bug 160936. Add type nsChangeHint for style hints. Make it a set of bits. Make sure an NS_STYLE_HINT_REFLOW always also does a repaint of the frame. r=dbaron,sr=kin

git-svn-id: svn://10.0.0.236/trunk@128041 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
roc+%cs.cmu.edu
2002-08-24 14:41:28 +00:00
parent ddecbb9b5a
commit c6bb83f66a
131 changed files with 1150 additions and 1133 deletions

View File

@@ -266,7 +266,7 @@ nsXPathResult::AttributeChanged(nsIDocument* aDocument,
PRInt32 aNameSpaceID,
nsIAtom* aAttribute,
PRInt32 aModType,
PRInt32 aHint)
nsChangeHint aHint)
{
Invalidate();
return NS_OK;
@@ -338,7 +338,7 @@ NS_IMETHODIMP
nsXPathResult::StyleRuleChanged(nsIDocument* aDocument,
nsIStyleSheet* aStyleSheet,
nsIStyleRule* aStyleRule,
PRInt32 aHint)
nsChangeHint aHint)
{
return NS_OK;
}