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