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

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

Issue 212143002: Oilpan: Move CSSAnimations, CSSAnimationUpdate and ActiveAnimations to oilpan's heap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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/ActiveAnimations.cpp
diff --git a/Source/core/animation/ActiveAnimations.cpp b/Source/core/animation/ActiveAnimations.cpp
index ec48cb6b87b5545e084e3003325fdbce29eff403..938e0dff9697bc8e9ae43b5d3c1a1a8ae1746e7c 100644
--- a/Source/core/animation/ActiveAnimations.cpp
+++ b/Source/core/animation/ActiveAnimations.cpp
@@ -100,4 +100,9 @@ void ActiveAnimations::cancelAnimationOnCompositor()
it->key->cancelAnimationOnCompositor();
}
+void ActiveAnimations::trace(Visitor* visitor)
+{
+ visitor->trace(m_cssAnimations);
+}
+
} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698