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

Unified Diff: Source/core/animation/css/CSSAnimationDataList.cpp

Issue 207683005: Oilpan: Move CSSAnimationData and CSSAnimationDataList 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
« no previous file with comments | « Source/core/animation/css/CSSAnimationDataList.h ('k') | Source/core/rendering/style/RenderStyle.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/css/CSSAnimationDataList.cpp
diff --git a/Source/core/animation/css/CSSAnimationDataList.cpp b/Source/core/animation/css/CSSAnimationDataList.cpp
index e130d93aea11c0441379b270115b40ce51d18d87..f133c0c3a9da3556f36aed04c278debe9a27748e 100644
--- a/Source/core/animation/css/CSSAnimationDataList.cpp
+++ b/Source/core/animation/css/CSSAnimationDataList.cpp
@@ -61,4 +61,9 @@ bool CSSAnimationDataList::operator==(const CSSAnimationDataList& o) const
return true;
}
+void CSSAnimationDataList::trace(Visitor* visitor)
+{
+ visitor->trace(m_animations);
+}
+
} // namespace WebCore
« no previous file with comments | « Source/core/animation/css/CSSAnimationDataList.h ('k') | Source/core/rendering/style/RenderStyle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698