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

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

Issue 1578363007: Re-instate geometry sharing optimization for 'd' on <use>'d <path>s (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | third_party/WebKit/Source/core/svg/SVGPathElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/svg/SVGPathElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGPathElement.h b/third_party/WebKit/Source/core/svg/SVGPathElement.h
index 56744aca5734c357bd5df99fd1b29d8e39940305..54c64d7c0e2a9ae33f47bc89857eed558bc5502f 100644
--- a/third_party/WebKit/Source/core/svg/SVGPathElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGPathElement.h
@@ -40,8 +40,8 @@ public:
PassRefPtrWillBeRawPtr<SVGPointTearOff> getPointAtLength(float distance);
unsigned getPathSegAtLength(float distance);
- SVGAnimatedPath* path() { return m_path.get(); }
- SVGAnimatedNumber* pathLength() { return m_pathLength.get(); }
+ SVGAnimatedPath* path() const { return m_path.get(); }
+ SVGAnimatedNumber* pathLength() const { return m_pathLength.get(); }
const SVGPathByteStream& pathByteStream() const;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/svg/SVGPathElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698