Chromium Code Reviews| Index: client/html/generated/html/dartium/SVGAnimatedPreserveAspectRatio.dart |
| diff --git a/client/html/generated/html/dartium/SVGAnimatedPreserveAspectRatio.dart b/client/html/generated/html/dartium/SVGAnimatedPreserveAspectRatio.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..bc0e1e70c9dcb3d5fcdc5c2d2684dba674b29eb2 |
| --- /dev/null |
| +++ b/client/html/generated/html/dartium/SVGAnimatedPreserveAspectRatio.dart |
| @@ -0,0 +1,8 @@ |
| + |
| +class _SVGAnimatedPreserveAspectRatioImpl extends _DOMTypeBase implements SVGAnimatedPreserveAspectRatio { |
| + _SVGAnimatedPreserveAspectRatioImpl._wrap(ptr) : super._wrap(ptr); |
| + |
| + SVGPreserveAspectRatio get animVal() => _wrap(_ptr.animVal); |
| + |
| + SVGPreserveAspectRatio get baseVal() => _wrap(_ptr.baseVal); |
| +} |