Index: third_party/WebKit/WebCore/platform/graphics/transforms/ScaleTransformOperation.h |
=================================================================== |
--- third_party/WebKit/WebCore/platform/graphics/transforms/ScaleTransformOperation.h (revision 9391) |
+++ third_party/WebKit/WebCore/platform/graphics/transforms/ScaleTransformOperation.h (working copy) |
@@ -54,7 +54,7 @@ |
virtual bool apply(TransformationMatrix& transform, const IntSize&) const |
{ |
- transform.scale(m_x, m_y); |
+ transform.scaleNonUniform(m_x, m_y); |
return false; |
} |