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

Unified Diff: Source/core/animation/KeyframeEffectModel.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/KeyframeEffectModel.h
diff --git a/Source/core/animation/KeyframeEffectModel.h b/Source/core/animation/KeyframeEffectModel.h
index 355492c738abe4489a86cbe92ab3b53d8df4f025..bed4a3c53cacf48c90855650712b850d7077a2c4 100644
--- a/Source/core/animation/KeyframeEffectModel.h
+++ b/Source/core/animation/KeyframeEffectModel.h
@@ -60,7 +60,7 @@ public:
void appendKeyframe(PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe>);
const PropertySpecificKeyframeVector& keyframes() const { return m_keyframes; }
- void trace(Visitor*);
+ DECLARE_TRACE();
private:
void removeRedundantKeyframes();
@@ -99,7 +99,7 @@ public:
return m_hasSyntheticKeyframes;
}
- virtual void trace(Visitor*) override;
+ DECLARE_VIRTUAL_TRACE();
// FIXME: This is a hack used to resolve CSSValues to AnimatableValues while we have a valid handle on an element.
// This should be removed once StringKeyframes no longer uses InterpolableAnimatableValues.

Powered by Google App Engine
This is Rietveld 408576698