| Index: Source/core/svg/SVGElement.h
|
| diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h
|
| index a7df5ffe38862e6216e4b1f2179efe58a56cbb99..3d819a2497bc17c17f11c75fccd594fa7c00ddab 100644
|
| --- a/Source/core/svg/SVGElement.h
|
| +++ b/Source/core/svg/SVGElement.h
|
| @@ -101,7 +101,7 @@ public:
|
| void svgLoadEventTimerFired(Timer<SVGElement>*);
|
| virtual Timer<SVGElement>* svgLoadEventTimer();
|
|
|
| - virtual AffineTransform* supplementalTransform() { return 0; }
|
| + virtual AffineTransform* animateMotionTransform() { return 0; }
|
|
|
| void invalidateSVGAttributes() { ensureUniqueElementData().m_animatedSVGAttributesAreDirty = true; }
|
| void invalidateSVGPresentationAttributeStyle() { ensureUniqueElementData().m_presentationAttributeStyleIsDirty = true; }
|
|
|