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