| Index: third_party/WebKit/Source/core/svg/animation/SVGSMILElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.h b/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.h
|
| index 214eecc8c205535cec21fb655d965154bf30ee71..e32c4dbb0f1539fd5c3703caa46c6b501d548ee2 100644
|
| --- a/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.h
|
| @@ -137,11 +137,11 @@ class CORE_EXPORT SVGSMILElement : public SVGElement, public SVGTests {
|
|
|
| void setInactive() { m_activeState = Inactive; }
|
|
|
| - // Sub-classes may need to take action when the target is changed.
|
| - virtual void setTargetElement(SVGElement*);
|
| + void setTargetElement(SVGElement*);
|
|
|
| - void schedule();
|
| - void unscheduleIfScheduled();
|
| + // Sub-classes may need to take action when the target is changed.
|
| + virtual void willChangeAnimationTarget();
|
| + virtual void didChangeAnimationTarget();
|
|
|
| QualifiedName m_attributeName;
|
|
|
|
|