| Index: third_party/WebKit/Source/core/svg/SVGTransformList.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGTransformList.cpp b/third_party/WebKit/Source/core/svg/SVGTransformList.cpp
|
| index 810f268b987b93fbb15c8a8f5423cc3914291e27..880a7136353c4e6fb51acb9dc6c39f5b631591b3 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGTransformList.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGTransformList.cpp
|
| @@ -349,7 +349,7 @@ void SVGTransformList::add(PassRefPtrWillBeRawPtr<SVGPropertyBase> other, SVGEle
|
| void SVGTransformList::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtrWillBeRawPtr<SVGPropertyBase> fromValue, PassRefPtrWillBeRawPtr<SVGPropertyBase> toValue, PassRefPtrWillBeRawPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement)
|
| {
|
| ASSERT(animationElement);
|
| - bool isToAnimation = animationElement->animationMode() == ToAnimation;
|
| + bool isToAnimation = animationElement->getAnimationMode() == ToAnimation;
|
|
|
| // Spec: To animations provide specific functionality to get a smooth change from the underlying value to the
|
| // 'to' attribute value, which conflicts mathematically with the requirement for additive transform animations
|
|
|