| Index: third_party/WebKit/Source/core/svg/SVGAnimationElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimationElement.h b/third_party/WebKit/Source/core/svg/SVGAnimationElement.h
|
| index 2e0863733a3d8ab9bda945219abcc67c3bd7600e..f2b81dc9b329299c01f7ec448bece3e81a277daf 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimationElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimationElement.h
|
| @@ -69,8 +69,6 @@ class CORE_EXPORT SVGAnimationElement : public SVGSMILElement {
|
| DEFINE_MAPPED_ATTRIBUTE_EVENT_LISTENER(end, endEvent);
|
| DEFINE_MAPPED_ATTRIBUTE_EVENT_LISTENER(repeat, repeatEvent);
|
|
|
| - static bool isTargetAttributeCSSProperty(SVGElement*, const QualifiedName&);
|
| -
|
| virtual bool isAdditive();
|
| bool isAccumulated() const;
|
| AnimationMode getAnimationMode() const { return m_animationMode; }
|
|
|