Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1051)

Unified Diff: Source/core/svg/SVGTransform.h

Issue 19386002: Get rid of special casing for SVGTransform.matrix from the bindings generator (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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; }

Powered by Google App Engine
This is Rietveld 408576698