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

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

Issue 1127773003: This CL clean up patch in SVGElements. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 | « Source/core/svg/SVGLengthContext.cpp ('k') | Source/core/svg/SVGTextContentElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGPathElement.h
diff --git a/Source/core/svg/SVGPathElement.h b/Source/core/svg/SVGPathElement.h
index ff240c04a051afcb2f966dece07bb3152dff89c2..629d21fd4481dd1ecd26f9d94b550037991ea618 100644
--- a/Source/core/svg/SVGPathElement.h
+++ b/Source/core/svg/SVGPathElement.h
@@ -87,8 +87,8 @@ public:
SVGPathSegListTearOff* animatedPathSegList() { return m_pathSegList->animVal(); }
// FIXME: https://bugs.webkit.org/show_bug.cgi?id=15412 - Implement normalized path segment lists!
- SVGPathSegListTearOff* normalizedPathSegList() { return 0; }
- SVGPathSegListTearOff* animatedNormalizedPathSegList() { return 0; }
+ SVGPathSegListTearOff* normalizedPathSegList() { return nullptr; }
+ SVGPathSegListTearOff* animatedNormalizedPathSegList() { return nullptr; }
const SVGPathByteStream* pathByteStream() const { return m_pathSegList->currentValue()->byteStream(); }
« no previous file with comments | « Source/core/svg/SVGLengthContext.cpp ('k') | Source/core/svg/SVGTextContentElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698