| Index: sky/engine/core/events/AnimationEvent.idl
|
| diff --git a/sky/engine/core/events/WebKitAnimationEvent.idl b/sky/engine/core/events/AnimationEvent.idl
|
| similarity index 97%
|
| rename from sky/engine/core/events/WebKitAnimationEvent.idl
|
| rename to sky/engine/core/events/AnimationEvent.idl
|
| index 44f32660bf80a6b8e057f315aea8b0c51eff6527..a27f6306c97a34f74795cd7c08e8be9680068bbb 100644
|
| --- a/sky/engine/core/events/WebKitAnimationEvent.idl
|
| +++ b/sky/engine/core/events/AnimationEvent.idl
|
| @@ -25,7 +25,7 @@
|
|
|
| [
|
| EventConstructor,
|
| -] interface WebKitAnimationEvent : Event {
|
| +] interface AnimationEvent : Event {
|
| [InitializedByEventConstructor] readonly attribute DOMString animationName;
|
| [InitializedByEventConstructor] readonly attribute double elapsedTime;
|
| };
|
|
|