Index: Source/core/paint/DeprecatedPaintLayer.h |
diff --git a/Source/core/paint/DeprecatedPaintLayer.h b/Source/core/paint/DeprecatedPaintLayer.h |
index 82fe8bebce09b717a2db05551a4f5e2625f3b50e..8b3457470a200968f8e1d597f4199fdee7b88c60 100644 |
--- a/Source/core/paint/DeprecatedPaintLayer.h |
+++ b/Source/core/paint/DeprecatedPaintLayer.h |
@@ -277,7 +277,7 @@ public: |
// Get the perspective transform, which is applied to transformed sublayers. |
// Returns true if the layer has a -webkit-perspective. |
- // Note that this transform has the perspective-origin baked in. |
+ // Note that this transform does not have the perspective-origin baked in. |
TransformationMatrix perspectiveTransform() const; |
FloatPoint perspectiveOrigin() const; |
bool preserves3D() const { return layoutObject()->style()->transformStyle3D() == TransformStyle3DPreserve3D; } |