| Index: third_party/WebKit/Source/core/svg/properties/SVGProperty.h
|
| diff --git a/third_party/WebKit/Source/core/svg/properties/SVGProperty.h b/third_party/WebKit/Source/core/svg/properties/SVGProperty.h
|
| index 7e6ab25378083e468517a2907187aacadd63770c..27d06f02d4f53b49cf253778e75edf5257dc7c54 100644
|
| --- a/third_party/WebKit/Source/core/svg/properties/SVGProperty.h
|
| +++ b/third_party/WebKit/Source/core/svg/properties/SVGProperty.h
|
| @@ -70,7 +70,7 @@ public:
|
| virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtrWillBeRawPtr<SVGPropertyBase> from, PassRefPtrWillBeRawPtr<SVGPropertyBase> to, PassRefPtrWillBeRawPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) = 0;
|
| virtual float calculateDistance(PassRefPtrWillBeRawPtr<SVGPropertyBase> to, SVGElement*) = 0;
|
|
|
| - AnimatedPropertyType type()
|
| + AnimatedPropertyType type() const
|
| {
|
| return m_type;
|
| }
|
|
|