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

Unified Diff: sky/engine/core/animation/AnimationTimeline.h

Issue 723253004: Remove tons of OILPAN. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/core/animation/AnimationStack.cpp ('k') | sky/engine/core/animation/AnimationTimeline.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/animation/AnimationTimeline.h
diff --git a/sky/engine/core/animation/AnimationTimeline.h b/sky/engine/core/animation/AnimationTimeline.h
index 01dbe071a93a25d6a3f0deab7719469d0ac5f069..4e4de5973dbe5dbc491833b1ceda9ef8502b985f 100644
--- a/sky/engine/core/animation/AnimationTimeline.h
+++ b/sky/engine/core/animation/AnimationTimeline.h
@@ -58,7 +58,6 @@ public:
virtual void cancelWake() = 0;
virtual void serviceOnNextFrame() = 0;
virtual ~PlatformTiming() { }
- virtual void trace(Visitor*) { }
};
static PassRefPtr<AnimationTimeline> create(Document*, PassOwnPtr<PlatformTiming> = nullptr);
@@ -97,8 +96,6 @@ public:
#endif
void wake();
- void trace(Visitor*);
-
protected:
AnimationTimeline(Document*, PassOwnPtr<PlatformTiming>);
@@ -129,8 +126,6 @@ private:
void timerFired(Timer<AnimationTimelineTiming>*) { m_timeline->wake(); }
- virtual void trace(Visitor*) override;
-
private:
RawPtr<AnimationTimeline> m_timeline;
Timer<AnimationTimelineTiming> m_timer;
« no previous file with comments | « sky/engine/core/animation/AnimationStack.cpp ('k') | sky/engine/core/animation/AnimationTimeline.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698