Make frames know whether they're leaves or not from the frame construction
point of view; use this in the frame constructor. Bug 265367, r+sr=dbaron
This commit is contained in:
@@ -98,6 +98,7 @@ public:
|
||||
PRInt32 aNameSpaceID,
|
||||
nsIAtom* aAttribute,
|
||||
PRInt32 aModType);
|
||||
virtual PRBool IsLeaf() const;
|
||||
|
||||
NS_IMETHOD GetName(nsAString* aName);
|
||||
NS_IMETHOD_(PRInt32) GetFormControlType() const;
|
||||
|
||||
Reference in New Issue
Block a user