Chromium Code Reviews| Index: client/html/generated/html/frog/SVGFitToViewBox.dart |
| diff --git a/client/html/generated/html/frog/SVGFitToViewBox.dart b/client/html/generated/html/frog/SVGFitToViewBox.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..de2fe1bd7c3abd751d3e1e98aa007c655b74ad24 |
| --- /dev/null |
| +++ b/client/html/generated/html/frog/SVGFitToViewBox.dart |
| @@ -0,0 +1,7 @@ |
| + |
| +class _SVGFitToViewBoxImpl implements SVGFitToViewBox native "*SVGFitToViewBox" { |
| + |
| + final _SVGAnimatedPreserveAspectRatioImpl preserveAspectRatio; |
| + |
| + final _SVGAnimatedRectImpl viewBox; |
| +} |