| Index: third_party/WebKit/Source/core/svg/SVGRect.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGRect.cpp b/third_party/WebKit/Source/core/svg/SVGRect.cpp
|
| index 59d09e49b66572a31d740c45478fba281d2a0791..3bec3fdff3e02cb85336a88cab36efbcafa3f528 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGRect.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGRect.cpp
|
| @@ -129,7 +129,8 @@ void SVGRect::calculateAnimatedValue(SVGAnimationElement* animationElement,
|
|
|
| float SVGRect::calculateDistance(SVGPropertyBase* to,
|
| SVGElement* contextElement) {
|
| - // FIXME: Distance calculation is not possible for SVGRect right now. We need the distance for every single value.
|
| + // FIXME: Distance calculation is not possible for SVGRect right now. We need
|
| + // the distance for every single value.
|
| return -1;
|
| }
|
|
|
|
|