| 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 dd8fb534392c525a63a1084e09004b27e59da3c7..e2e18d5abb529e4659bbffeb99882ffc48824a4d 100644
|
| --- a/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.h
|
| +++ b/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.h
|
| @@ -132,8 +132,8 @@ class SMILTimeContainer : public GarbageCollectedFinalized<SMILTimeContainer> {
|
|
|
| bool m_documentOrderIndexesDirty;
|
|
|
| - Timer<SMILTimeContainer> m_wakeupTimer;
|
| - Timer<SMILTimeContainer> m_animationPolicyOnceTimer;
|
| + TaskRunnerTimer<SMILTimeContainer> m_wakeupTimer;
|
| + TaskRunnerTimer<SMILTimeContainer> m_animationPolicyOnceTimer;
|
|
|
| using ElementAttributePair = std::pair<WeakMember<SVGElement>, QualifiedName>;
|
| using AnimationsLinkedHashSet = HeapLinkedHashSet<WeakMember<SVGSMILElement>>;
|
|
|