Bug 1278021 - Clarify what nsIFrame::IsTransformed() does. r=mattwoodrow

This commit is contained in:
Thinker K.F. Li 2016-06-07 19:47:36 +12:00
parent 6f2b829c7e
commit fc825d169c

View File

@ -1362,7 +1362,7 @@ public:
/**
* Returns true if this frame is transformed (e.g. has CSS or SVG transforms)
* or if its parent is an SVG frame that has children-only transforms (e.g.
* an SVG viewBox attribute).
* an SVG viewBox attribute) or if its transform-style is preserve-3d.
*/
bool IsTransformed() const;