| Index: third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.h
|
| diff --git a/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.h b/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.h
|
| index db097f7b9c366e9ed857415ee4cea273bb9afbaa..33775a38148a85df53c7c0ec808e67c53f524f3d 100644
|
| --- a/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.h
|
| +++ b/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.h
|
| @@ -62,7 +62,7 @@ public:
|
| void resume();
|
| void setElapsed(SMILTime);
|
|
|
| - void serviceAnimations(double monotonicAnimationStartTime);
|
| + void serviceAnimations();
|
| bool hasAnimations() const;
|
|
|
| void setDocumentOrderIndexesDirty() { m_documentOrderIndexesDirty = true; }
|
|
|