| Index: third_party/WebKit/Source/core/svg/SVGAnimationElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimationElement.h b/third_party/WebKit/Source/core/svg/SVGAnimationElement.h
|
| index 2aa9411d30109bda2882defb3c97a5d47e79e67e..50e62db40504c692ab051721f6eb88fe3b6290aa 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimationElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimationElement.h
|
| @@ -60,9 +60,9 @@ class CORE_EXPORT SVGAnimationElement : public SVGSMILElement {
|
| float getCurrentTime() const;
|
| float getSimpleDuration(ExceptionState&) const;
|
|
|
| - void beginElement();
|
| + void beginElement() { beginElementAt(0); }
|
| void beginElementAt(float offset);
|
| - void endElement();
|
| + void endElement() { endElementAt(0); }
|
| void endElementAt(float offset);
|
|
|
| DEFINE_MAPPED_ATTRIBUTE_EVENT_LISTENER(begin, beginEvent);
|
|
|