Chromium Code Reviews| Index: Source/core/animation/AnimationPlayer.idl |
| diff --git a/Source/core/animation/AnimationPlayer.idl b/Source/core/animation/AnimationPlayer.idl |
| index ee3da13acadc695881b475db7544123cf8f71fc6..b969b524f91dc5b8188957b4788f605f1a400f1e 100644 |
| --- a/Source/core/animation/AnimationPlayer.idl |
| +++ b/Source/core/animation/AnimationPlayer.idl |
| @@ -28,6 +28,12 @@ |
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| */ |
| +// http://www.w3.org/TR/web-animations/#the-animationplayer-interface |
| + |
| +// TODO(dstockwell): This interface has been renamed to Animation in the latest |
| +// spec, where it is no longer an EventTarget and has other changes: |
|
dstockwell
2015/04/20 13:32:24
It will be an EventTarget again: https://github.co
|
| +// https://w3c.github.io/web-animations/#the-animation-interface |
| + |
| enum AnimationPlayState { "idle", "pending", "running", "paused", "finished" }; |
| [ |