Chromium Code Reviews| Index: client/html/generated/html/frog/AnimationList.dart |
| diff --git a/client/html/generated/html/frog/AnimationList.dart b/client/html/generated/html/frog/AnimationList.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..49dd6de5d1a715f1dafff683aa0a97c061056f1f |
| --- /dev/null |
| +++ b/client/html/generated/html/frog/AnimationList.dart |
| @@ -0,0 +1,7 @@ |
| + |
| +class _AnimationListImpl implements AnimationList native "*WebKitAnimationList" { |
| + |
| + final int length; |
| + |
| + _AnimationImpl item(int index) native; |
| +} |