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

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

Issue 706123005: Remove nop ScriptWrappable::init calls (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/bindings/core/v8/ScriptWrappable.h ('k') | sky/engine/core/animation/AnimationNode.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/animation/AnimationEffect.h
diff --git a/sky/engine/core/animation/AnimationEffect.h b/sky/engine/core/animation/AnimationEffect.h
index 31a0c069ef9062b967a045437884fc0839aaf564..cce544c65efac2cb992fd894e2b2337cb527a569 100644
--- a/sky/engine/core/animation/AnimationEffect.h
+++ b/sky/engine/core/animation/AnimationEffect.h
@@ -50,10 +50,8 @@ public:
CompositeAdd,
};
- AnimationEffect()
- {
- ScriptWrappable::init(this);
- }
+ AnimationEffect() { }
+
virtual ~AnimationEffect() { }
virtual PassOwnPtr<Vector<RefPtr<Interpolation> > > sample(int iteration, double fraction, double iterationDuration) const = 0;
« no previous file with comments | « sky/engine/bindings/core/v8/ScriptWrappable.h ('k') | sky/engine/core/animation/AnimationNode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698