| 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,
|
|
|