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

Unified Diff: sky/engine/core/animation/StringKeyframe.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/SampledEffect.cpp ('k') | sky/engine/core/animation/StringKeyframe.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/animation/StringKeyframe.h
diff --git a/sky/engine/core/animation/StringKeyframe.h b/sky/engine/core/animation/StringKeyframe.h
index 9dea079e61fbe8adefd4f4cafeba1cf100f48db7..9159825a20bbc6ea58b02a51b1d6503caf5e4c47 100644
--- a/sky/engine/core/animation/StringKeyframe.h
+++ b/sky/engine/core/animation/StringKeyframe.h
@@ -28,8 +28,6 @@ public:
}
virtual PropertySet properties() const override;
- virtual void trace(Visitor*) override;
-
class PropertySpecificKeyframe : public Keyframe::PropertySpecificKeyframe {
public:
PropertySpecificKeyframe(double offset, PassRefPtr<TimingFunction> easing, CSSValue*, AnimationEffect::CompositeOperation);
@@ -42,8 +40,6 @@ public:
virtual PassOwnPtr<Keyframe::PropertySpecificKeyframe> neutralKeyframe(double offset, PassRefPtr<TimingFunction> easing) const override final;
virtual PassRefPtr<Interpolation> createInterpolation(CSSPropertyID, blink::Keyframe::PropertySpecificKeyframe* end, Element*) const override final;
- virtual void trace(Visitor*) override;
-
private:
PropertySpecificKeyframe(double offset, PassRefPtr<TimingFunction> easing, CSSValue*);
« no previous file with comments | « sky/engine/core/animation/SampledEffect.cpp ('k') | sky/engine/core/animation/StringKeyframe.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698