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

Unified Diff: Source/core/animation/CompositorPendingAnimations.cpp

Issue 225073004: Oilpan: Completely move core/animations/ to oilpan's heap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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
Index: Source/core/animation/CompositorPendingAnimations.cpp
diff --git a/Source/core/animation/CompositorPendingAnimations.cpp b/Source/core/animation/CompositorPendingAnimations.cpp
index f22788472880a99c8d254e96681ca129917195fd..fa32266f5741856edeaf836de42ab7464e3ef0fd 100644
--- a/Source/core/animation/CompositorPendingAnimations.cpp
+++ b/Source/core/animation/CompositorPendingAnimations.cpp
@@ -99,4 +99,10 @@ void CompositorPendingAnimations::notifyCompositorAnimationStarted(double monoto
m_waitingForCompositorAnimationStart.clear();
}
+void CompositorPendingAnimations::trace(Visitor* visitor)
+{
+ visitor->trace(m_pending);
+ visitor->trace(m_waitingForCompositorAnimationStart);
+}
+
} // namespace

Powered by Google App Engine
This is Rietveld 408576698