| 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 18cb04d0e6ce42ae2abc17adb473192ade60b749..bbb0d038d8719b8c686f1a1982f22cccb735c58e 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimationElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimationElement.h
|
| @@ -76,17 +76,6 @@ class CORE_EXPORT SVGAnimationElement : public SVGSMILElement {
|
| AnimationMode getAnimationMode() const { return m_animationMode; }
|
| CalcMode getCalcMode() const { return m_calcMode; }
|
|
|
| - enum ShouldApplyAnimationType {
|
| - DontApplyAnimation,
|
| - ApplyCSSAnimation,
|
| - ApplyXMLAnimation,
|
| - ApplyXMLandCSSAnimation
|
| - };
|
| -
|
| - ShouldApplyAnimationType shouldApplyAnimation(
|
| - SVGElement* targetElement,
|
| - const QualifiedName& attributeName);
|
| -
|
| template <typename AnimatedType>
|
| void animateDiscreteType(float percentage,
|
| const AnimatedType& fromType,
|
|
|