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