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

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

Issue 2390773004: reflow comments in core/svg/ (Closed)
Patch Set: comments (heh!) Created 4 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/SVGAnimateMotionElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.h b/third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.h
index 5b24e8768839ca8c74e2a22450a29324fc0b8dea..ac866dbdff84b137cd8164035c0b023cc73e7eed 100644
--- a/third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.h
@@ -67,7 +67,8 @@ class SVGAnimateMotionElement final : public SVGAnimationElement {
void updateAnimationMode() override;
- // Note: we do not support percentage values for to/from coords as the spec implies we should (opera doesn't either)
+ // Note: we do not support percentage values for to/from coords as the spec
+ // implies we should (opera doesn't either)
FloatPoint m_fromPoint;
FloatPoint m_toPoint;
FloatPoint m_toPointAtEndOfDuration;
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGAngle.cpp ('k') | third_party/WebKit/Source/core/svg/SVGAnimatedColor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698