Chromium Code Reviews| Index: Source/core/animation/Animation.idl |
| diff --git a/Source/core/animation/Animation.idl b/Source/core/animation/Animation.idl |
| index 4323300933eb793e94ad3a88c2306a9740fd71bf..7dc7e46212ec0fd90a0d6a12e9524f7e852af573 100644 |
| --- a/Source/core/animation/Animation.idl |
| +++ b/Source/core/animation/Animation.idl |
| @@ -28,7 +28,10 @@ |
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| */ |
| -// http://dev.w3.org/fxtf/web-animations/#idl-def-Animation |
| +// http://www.w3.org/TR/web-animations/#the-animation-interface |
| + |
| +// TODO(dstockwell): This interface has changed completely in the latest spec: |
| +// https://w3c.github.io/web-animations/#the-animation-interface |
|
dstockwell
2015/04/20 13:32:24
This is renamed KeyframeEffect in the latest spec.
|
| [ |
| // FIXME: the third argument should be "optional (unrestricted double or AnimationTimingProperties) timing". |