Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(633)

Unified Diff: third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.h

Issue 2709103002: Convert SMILTimeContainer timers to UnspecedTimer frame-specific timer. (Closed)
Patch Set: Convert SMILTimeContainer timers to Unspeced frame-specific timer. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>>;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698