mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 21:55:31 +00:00
Added a new method, GetStyleHintForAttributeChange() to nsIHTMLContent.
This commit is contained in:
parent
fdb13a22ad
commit
aa1aa005f0
@ -91,6 +91,16 @@ public:
|
||||
NS_IMETHOD ToHTMLString(nsString& aResult) const = 0;
|
||||
|
||||
NS_IMETHOD ToHTML(FILE* out) const = 0;
|
||||
|
||||
/** NRA ***
|
||||
* Get a hint that tells the style system what to do when
|
||||
* an attribute on this node changes.
|
||||
*/
|
||||
NS_IMETHOD GetStyleHintForAttributeChange(
|
||||
const nsIContent * aNode,
|
||||
const nsIAtom* aAttribute,
|
||||
PRInt32 *aHint) const = 0;
|
||||
|
||||
};
|
||||
|
||||
#endif /* nsIHTMLContent_h___ */
|
||||
|
@ -91,6 +91,16 @@ public:
|
||||
NS_IMETHOD ToHTMLString(nsString& aResult) const = 0;
|
||||
|
||||
NS_IMETHOD ToHTML(FILE* out) const = 0;
|
||||
|
||||
/** NRA ***
|
||||
* Get a hint that tells the style system what to do when
|
||||
* an attribute on this node changes.
|
||||
*/
|
||||
NS_IMETHOD GetStyleHintForAttributeChange(
|
||||
const nsIContent * aNode,
|
||||
const nsIAtom* aAttribute,
|
||||
PRInt32 *aHint) const = 0;
|
||||
|
||||
};
|
||||
|
||||
#endif /* nsIHTMLContent_h___ */
|
||||
|
Loading…
Reference in New Issue
Block a user