summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGAnimationElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGAnimationElement.h')
-rw-r--r--WebCore/svg/SVGAnimationElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGAnimationElement.h b/WebCore/svg/SVGAnimationElement.h
index b4d4b78..120beb4 100644
--- a/WebCore/svg/SVGAnimationElement.h
+++ b/WebCore/svg/SVGAnimationElement.h
@@ -99,7 +99,7 @@ namespace WebCore {
virtual bool calculateFromAndToValues(const String& fromString, const String& toString) = 0;
virtual bool calculateFromAndByValues(const String& fromString, const String& byString) = 0;
virtual void calculateAnimatedValue(float percentage, unsigned repeat, SVGSMILElement* resultElement) = 0;
- virtual float calculateDistance(const String& fromString, const String& toString) { return -1.f; }
+ virtual float calculateDistance(const String& /*fromString*/, const String& /*toString*/) { return -1.f; }
virtual Path animationPath() const { return Path(); }
void currentValuesForValuesAnimation(float percent, float& effectivePercent, String& from, String& to) const;