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

Unified Diff: third_party/WebKit/Source/core/svg/SVGMatrixTearOff.h

Issue 1876843002: Introduce few const getters for dom classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « third_party/WebKit/Source/core/html/RelList.h ('k') | third_party/WebKit/Source/core/svg/SVGViewSpec.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/svg/SVGMatrixTearOff.h
diff --git a/third_party/WebKit/Source/core/svg/SVGMatrixTearOff.h b/third_party/WebKit/Source/core/svg/SVGMatrixTearOff.h
index a3c9254e5d7a2119f9c400d29fe65d1c0934d5c0..e2b230879578b6a02d0b1dc3c9c4402c236a7a29 100644
--- a/third_party/WebKit/Source/core/svg/SVGMatrixTearOff.h
+++ b/third_party/WebKit/Source/core/svg/SVGMatrixTearOff.h
@@ -86,7 +86,7 @@ public:
SVGMatrixTearOff* inverse(ExceptionState&);
SVGMatrixTearOff* rotateFromVector(double x, double y, ExceptionState&);
- SVGTransformTearOff* contextTransform() { return m_contextTransform; }
+ SVGTransformTearOff* contextTransform() const { return m_contextTransform; }
const AffineTransform& value() const;
« no previous file with comments | « third_party/WebKit/Source/core/html/RelList.h ('k') | third_party/WebKit/Source/core/svg/SVGViewSpec.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698