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

Unified Diff: Source/core/animation/animatable/AnimatableValue.h

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/AnimatableValue.h
diff --git a/Source/core/animation/animatable/AnimatableValue.h b/Source/core/animation/animatable/AnimatableValue.h
index 0790dc6b9f466036c0cc110d8a4f74538f9cf3c0..ce53530d86bef5c174f3dc3f9bcfd4b8f024be5e 100644
--- a/Source/core/animation/animatable/AnimatableValue.h
+++ b/Source/core/animation/animatable/AnimatableValue.h
@@ -87,7 +87,7 @@ public:
return value->type() == type();
}
- virtual void trace(Visitor*) { }
+ DEFINE_INLINE_VIRTUAL_TRACE() { }
protected:
enum AnimatableType {

Powered by Google App Engine
This is Rietveld 408576698