| 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;
|
|
|