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

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

Issue 1408143004: Use PathSegmentData+SVGPath{Consumer,Source} in PathSVGInterpolation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: InterpolatedPathSource Created 5 years, 2 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: 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 4fbd17f53283db61aee5746f881409059f785337..bdf446f0088f05e22295d70d594d2aff20a66459 100644
--- a/third_party/WebKit/Source/core/svg/SVGPathElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGPathElement.h
@@ -92,7 +92,7 @@ public:
SVGPathSegListTearOff* normalizedPathSegList() { return nullptr; }
SVGPathSegListTearOff* animatedNormalizedPathSegList() { return nullptr; }
- const SVGPathByteStream* pathByteStream() const { return m_pathSegList->currentValue()->byteStream(); }
+ const SVGPathByteStream& pathByteStream() const { return m_pathSegList->currentValue()->byteStream(); }
void pathSegListChanged(ListModification = ListModificationUnknown);
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGPathByteStreamSource.h ('k') | third_party/WebKit/Source/core/svg/SVGPathElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698