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

Unified Diff: Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp

Issue 926963003: InlinedVisitor: Migrate animation to use inlined tracing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
Index: Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp
diff --git a/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp b/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp
index 6c6c1845454f7d4c1320ecf43a4b9f8d1e797494..db2fb721de1a6736be9d8bec11756664e2deff68 100644
--- a/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp
+++ b/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp
@@ -58,7 +58,7 @@ bool AnimatableLengthBoxAndBool::equalTo(const AnimatableValue* value) const
return box()->equals(lengthBox->box()) && flag() == lengthBox->flag();
}
-void AnimatableLengthBoxAndBool::trace(Visitor* visitor)
+DEFINE_TRACE(AnimatableLengthBoxAndBool)
{
visitor->trace(m_box);
AnimatableValue::trace(visitor);

Powered by Google App Engine
This is Rietveld 408576698