Index: Source/core/paint/DeprecatedPaintLayer.h |
diff --git a/Source/core/paint/DeprecatedPaintLayer.h b/Source/core/paint/DeprecatedPaintLayer.h |
index 992d1d3beffdc5f0cdc81926090f77569df99396..7053a78fdd5cb5545ef5492525ad7c022e37e303 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; } |