Index: Source/core/svg/SVGTransform.h |
diff --git a/Source/core/svg/SVGTransform.h b/Source/core/svg/SVGTransform.h |
index deb2ef822a6c626917086268fda36c75b66686e9..9a3672936d1213a93297dc092310a5322636e340 100644 |
--- a/Source/core/svg/SVGTransform.h |
+++ b/Source/core/svg/SVGTransform.h |
@@ -54,7 +54,7 @@ public: |
SVGMatrix& svgMatrix() { return static_cast<SVGMatrix&>(m_matrix); } |
AffineTransform matrix() const { return m_matrix; } |
- void updateMatrix(); |
+ void updateSvgMatrix(); |
float angle() const { return m_angle; } |
FloatPoint rotationCenter() const { return m_center; } |