From fc825d169c6d6ec745fc7c737181781c62413ade Mon Sep 17 00:00:00 2001 From: "Thinker K.F. Li" Date: Tue, 7 Jun 2016 19:47:36 +1200 Subject: [PATCH] Bug 1278021 - Clarify what nsIFrame::IsTransformed() does. r=mattwoodrow --- layout/generic/nsIFrame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/generic/nsIFrame.h b/layout/generic/nsIFrame.h index 5dabb7bc8acd..ec8a226eec56 100644 --- a/layout/generic/nsIFrame.h +++ b/layout/generic/nsIFrame.h @@ -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;