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

Unified Diff: sky/engine/core/animation/InterpolationEffect.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/Interpolation.cpp ('k') | sky/engine/core/animation/InterpolationEffect.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/animation/InterpolationEffect.h
diff --git a/sky/engine/core/animation/InterpolationEffect.h b/sky/engine/core/animation/InterpolationEffect.h
index cd8631e2b118b3fcef81f40963676234d00a04b6..69a00b4b0b7691234c98d4e01494913e0ba789a1 100644
--- a/sky/engine/core/animation/InterpolationEffect.h
+++ b/sky/engine/core/animation/InterpolationEffect.h
@@ -23,8 +23,6 @@ public:
m_interpolations.append(InterpolationRecord::create(interpolation, easing, start, end, applyFrom, applyTo));
}
- void trace(Visitor*);
-
private:
InterpolationEffect()
{
@@ -44,8 +42,6 @@ private:
return adoptPtr(new InterpolationRecord(interpolation, easing, start, end, applyFrom, applyTo));
}
- void trace(Visitor*);
-
private:
InterpolationRecord(PassRefPtr<Interpolation> interpolation, PassRefPtr<TimingFunction> easing, double start, double end, double applyFrom, double applyTo)
: m_interpolation(interpolation)
« no previous file with comments | « sky/engine/core/animation/Interpolation.cpp ('k') | sky/engine/core/animation/InterpolationEffect.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698