Index: Source/core/svg/SVGTransform.cpp |
diff --git a/Source/core/svg/SVGTransform.cpp b/Source/core/svg/SVGTransform.cpp |
index c1fe23b6a192e6ea729bd18fd7fde53ee155085d..881df41aee25cff06648a9ad2f5c1b7296c7af81 100644 |
--- a/Source/core/svg/SVGTransform.cpp |
+++ b/Source/core/svg/SVGTransform.cpp |
@@ -59,7 +59,7 @@ void SVGTransform::setMatrix(const AffineTransform& matrix) |
m_matrix = matrix; |
} |
-void SVGTransform::updateMatrix() |
+void SVGTransform::updateSvgMatrix() |
haraken
2013/07/16 14:29:39
Is there any caller of updateSvgMatrix()? If no, w
do-not-use
2013/07/16 14:33:10
Yes, it is called by the generated code. This is w
|
{ |
// The underlying matrix has been changed, alter the transformation type. |
// Spec: In case the matrix object is changed directly (i.e., without using the methods on the SVGTransform interface itself) |