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

Unified Diff: sky/engine/core/animation/KeyframeEffectModel.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/Keyframe.h ('k') | sky/engine/core/animation/KeyframeEffectModel.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/animation/KeyframeEffectModel.h
diff --git a/sky/engine/core/animation/KeyframeEffectModel.h b/sky/engine/core/animation/KeyframeEffectModel.h
index 3a856fc7868af7cb9e6d6025be4dc03305095006..2ddf899f1ccdd4c59eabefd737a727631bae9de3 100644
--- a/sky/engine/core/animation/KeyframeEffectModel.h
+++ b/sky/engine/core/animation/KeyframeEffectModel.h
@@ -60,8 +60,6 @@ public:
void appendKeyframe(PassOwnPtr<Keyframe::PropertySpecificKeyframe>);
const PropertySpecificKeyframeVector& keyframes() const { return m_keyframes; }
- void trace(Visitor*);
-
private:
void removeRedundantKeyframes();
void addSyntheticKeyframeIfRequired(const KeyframeEffectModelBase* context);
@@ -93,8 +91,6 @@ public:
virtual bool isAnimatableValueKeyframeEffectModel() const { return false; }
virtual bool isStringKeyframeEffectModel() const { return false; }
- virtual void trace(Visitor*) override;
-
// FIXME: This is a hack used to resolve CSSValues to AnimatableValues while we have a valid handle on an element.
// This should be removed once StringKeyframes no longer uses InterpolableAnimatableValues.
void forceConversionsToAnimatableValues(Element* element)
« no previous file with comments | « sky/engine/core/animation/Keyframe.h ('k') | sky/engine/core/animation/KeyframeEffectModel.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698