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