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