| Index: Source/core/animation/AnimationEffect.h
|
| diff --git a/Source/core/animation/AnimationEffect.h b/Source/core/animation/AnimationEffect.h
|
| index 971ef13f0b70b7eafd3232513144ce8e8afd7773..3700a92ceb079859001c9766b26ebc6e737aeb48 100644
|
| --- a/Source/core/animation/AnimationEffect.h
|
| +++ b/Source/core/animation/AnimationEffect.h
|
| @@ -43,6 +43,7 @@ namespace blink {
|
| class Interpolation;
|
|
|
| class AnimationEffect : public RefCountedWillBeGarbageCollectedFinalized<AnimationEffect>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| enum CompositeOperation {
|
| CompositeReplace,
|
|
|