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

Unified Diff: Source/core/animation/CompositorPendingAnimations.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/CompositorPendingAnimations.h
diff --git a/Source/core/animation/CompositorPendingAnimations.h b/Source/core/animation/CompositorPendingAnimations.h
index fc9aaa0130a1e09f438243adc1c1f34e716aa6e0..dde206314b43909c0f9e48844f8b4335d1cb8c00 100644
--- a/Source/core/animation/CompositorPendingAnimations.h
+++ b/Source/core/animation/CompositorPendingAnimations.h
@@ -58,7 +58,7 @@ public:
bool update(bool startOnCompositor = true);
void notifyCompositorAnimationStarted(double monotonicAnimationStartTime, int compositorGroup = 0);
- void trace(Visitor*);
+ DECLARE_TRACE();
private:
void timerFired(Timer<CompositorPendingAnimations>*) { update(false); }

Powered by Google App Engine
This is Rietveld 408576698