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

Unified Diff: third_party/WebKit/Source/core/dom/Document.cpp

Issue 2616593002: Move core/animation timers to frame-specific task runners. (Closed)
Patch Set: Created 3 years, 12 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 | « third_party/WebKit/Source/core/animation/CompositorPendingAnimations.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/Document.cpp
diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp
index 5270a9126081f9e6297c41fe033c08ba781b95e6..ba1d65f2c52791316613b0ddcabc896be230b8c6 100644
--- a/third_party/WebKit/Source/core/dom/Document.cpp
+++ b/third_party/WebKit/Source/core/dom/Document.cpp
@@ -482,7 +482,7 @@ Document::Document(const DocumentInit& initializer,
this,
&Document::elementDataCacheClearTimerFired),
m_timeline(DocumentTimeline::create(this)),
- m_compositorPendingAnimations(new CompositorPendingAnimations()),
+ m_compositorPendingAnimations(new CompositorPendingAnimations(*this)),
m_templateDocumentHost(nullptr),
m_didAssociateFormControlsTimer(
TaskRunnerHelper::get(TaskType::UnspecedLoading, this),
« no previous file with comments | « third_party/WebKit/Source/core/animation/CompositorPendingAnimations.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698