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

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

Issue 19368004: Get rid of special casing for 'operator' from the bindings generator (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Build fix 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
« no previous file with comments | « Source/core/svg/SVGFEMorphologyElement.idl ('k') | Source/core/svg/SVGTransform.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGTransform.h
diff --git a/Source/core/svg/SVGTransform.h b/Source/core/svg/SVGTransform.h
index 9a3672936d1213a93297dc092310a5322636e340..5e0dd32ec4aff01642b7b9e5b9720ecd72fcc37f 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 updateSvgMatrix();
+ void updateSVGMatrix();
float angle() const { return m_angle; }
FloatPoint rotationCenter() const { return m_center; }
« no previous file with comments | « Source/core/svg/SVGFEMorphologyElement.idl ('k') | Source/core/svg/SVGTransform.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698