Merge from Chromium at DEPS revision 275586

This commit was generated by merge_to_master.py.

Change-Id: Id3e5fc241d238b5648d8202304515911b565d457
diff --git a/Source/core/svg/SVGAnimationElement.h b/Source/core/svg/SVGAnimationElement.h
index ef5d2b2..068fda8 100644
--- a/Source/core/svg/SVGAnimationElement.h
+++ b/Source/core/svg/SVGAnimationElement.h
@@ -80,7 +80,7 @@
 
     static bool isTargetAttributeCSSProperty(SVGElement*, const QualifiedName&);
 
-    virtual bool isAdditive() const;
+    virtual bool isAdditive();
     bool isAccumulated() const;
     AnimationMode animationMode() const { return m_animationMode; }
     CalcMode calcMode() const { return m_calcMode; }
@@ -164,7 +164,6 @@
 
     virtual void setTargetElement(SVGElement*) OVERRIDE;
     virtual void setAttributeName(const QualifiedName&) OVERRIDE;
-    AnimatedPropertyType determineAnimatedPropertyType() const;
 
     bool hasInvalidCSSAttributeType() const { return m_hasInvalidCSSAttributeType; }