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

Unified Diff: third_party/WebKit/Source/core/animation/EffectModel.h

Issue 2234683002: Remove EffectModel IDL interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 4 months 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
Index: third_party/WebKit/Source/core/animation/EffectModel.h
diff --git a/third_party/WebKit/Source/core/animation/EffectModel.h b/third_party/WebKit/Source/core/animation/EffectModel.h
index cdf0cb6d54c5cb0fcac41e396aee596159902a61..b0f7a943d8b9bd5dc0a99b6aa10ad662a9fdeb1f 100644
--- a/third_party/WebKit/Source/core/animation/EffectModel.h
+++ b/third_party/WebKit/Source/core/animation/EffectModel.h
@@ -31,7 +31,6 @@
#ifndef EffectModel_h
#define EffectModel_h
-#include "bindings/core/v8/ScriptWrappable.h"
#include "core/CSSPropertyNames.h"
#include "core/CoreExport.h"
#include "core/animation/PropertyHandle.h"
@@ -44,8 +43,7 @@ class Interpolation;
// Time independent representation of an Animation's content.
// Can be sampled for the active pairs of Keyframes (represented by Interpolations) at a given time fraction.
-class CORE_EXPORT EffectModel : public GarbageCollectedFinalized<EffectModel>, public ScriptWrappable {
- DEFINE_WRAPPERTYPEINFO();
+class CORE_EXPORT EffectModel : public GarbageCollectedFinalized<EffectModel> {
public:
enum CompositeOperation {
CompositeReplace,
« no previous file with comments | « third_party/WebKit/Source/core/animation/EffectInputTest.cpp ('k') | third_party/WebKit/Source/core/animation/EffectModel.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698