| Index: Source/WebCore/svg/SVGAnimateElement.h
|
| ===================================================================
|
| --- Source/WebCore/svg/SVGAnimateElement.h (revision 109357)
|
| +++ Source/WebCore/svg/SVGAnimateElement.h (working copy)
|
| @@ -45,7 +45,7 @@
|
| static PassRefPtr<SVGAnimateElement> create(const QualifiedName&, Document*);
|
|
|
| virtual ~SVGAnimateElement();
|
| -
|
| +
|
| static void adjustForCurrentColor(SVGElement* targetElement, Color&);
|
| void adjustForInheritance(SVGElement* targetElement, const QualifiedName&, String& value);
|
|
|
| @@ -65,6 +65,8 @@
|
| virtual void applyResultsToTarget();
|
| virtual float calculateDistance(const String& fromString, const String& toString);
|
|
|
| + virtual void targetElementDidChange(SVGElement* targetElement) OVERRIDE;
|
| +
|
| private:
|
| SVGAnimatedTypeAnimator* ensureAnimator();
|
|
|
|
|