| Index: Source/core/animation/EffectModel.idl
|
| diff --git a/Source/core/animation/AnimationEffect.idl b/Source/core/animation/EffectModel.idl
|
| similarity index 93%
|
| rename from Source/core/animation/AnimationEffect.idl
|
| rename to Source/core/animation/EffectModel.idl
|
| index 6071df62ce6bc09fd448e92ac1bcef126957e5b6..38c7185aed257bdeae8e8bb443d1ee1c6dd111b8 100644
|
| --- a/Source/core/animation/AnimationEffect.idl
|
| +++ b/Source/core/animation/EffectModel.idl
|
| @@ -11,5 +11,5 @@
|
| RuntimeEnabled=WebAnimationsAPI,
|
| NoInterfaceObject,
|
| WillBeGarbageCollected
|
| -] interface AnimationEffect {
|
| +] interface EffectModel {
|
| };
|
|
|