Chromium Code Reviews| Index: client/html/generated/html/frog/SVGAnimatedEnumeration.dart |
| diff --git a/client/html/generated/html/frog/SVGAnimatedEnumeration.dart b/client/html/generated/html/frog/SVGAnimatedEnumeration.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..984b6a5c3e34da295db470b524d2f9b9a0951a31 |
| --- /dev/null |
| +++ b/client/html/generated/html/frog/SVGAnimatedEnumeration.dart |
| @@ -0,0 +1,7 @@ |
| + |
| +class _SVGAnimatedEnumerationImpl implements SVGAnimatedEnumeration native "*SVGAnimatedEnumeration" { |
| + |
| + final int animVal; |
| + |
| + int baseVal; |
| +} |