Bug 655877 - Part 7: Add IsSVGText helper function to nsIFrame. r=roc

This commit is contained in:
Cameron McCormack 2012-08-02 21:38:46 +10:00
parent b2e2529603
commit 9e9a90293b

View File

@ -2838,6 +2838,8 @@ NS_PTR_TO_INT32(frame->Properties().Get(nsIFrame::ParagraphDepthProperty()))
};
bool IsVisibleConsideringAncestors(PRUint32 aFlags = 0) const;
bool IsSVGText() const { return mState & NS_FRAME_IS_SVG_TEXT; }
protected:
// Members
nsRect mRect;