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

Unified Diff: Source/core/animation/AnimationPlayer.h

Issue 791583002: Oilpan: remove redundant WILL_BE_EAGERLY_TRACED() declarations. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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/AnimationNode.h ('k') | Source/core/animation/AnimationStack.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/AnimationPlayer.h
diff --git a/Source/core/animation/AnimationPlayer.h b/Source/core/animation/AnimationPlayer.h
index 35c33c36ccbd7451211df8e092319197bf8e97dc..d8a9ac38e740ba6170114dbb1435e9552f4d47ea 100644
--- a/Source/core/animation/AnimationPlayer.h
+++ b/Source/core/animation/AnimationPlayer.h
@@ -42,9 +42,6 @@ namespace blink {
class AnimationTimeline;
class ExceptionState;
-class AnimationPlayer;
-WILL_BE_EAGERLY_TRACED(AnimationPlayer);
-
class AnimationPlayer final : public RefCountedWillBeGarbageCollectedFinalized<AnimationPlayer>
, public ActiveDOMObject
, public EventTargetWithInlineData {
« no previous file with comments | « Source/core/animation/AnimationNode.h ('k') | Source/core/animation/AnimationStack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698