Chromium Code Reviews| Index: client/html/generated/html/frog/SVGPathSegCurvetoQuadraticSmoothAbs.dart |
| diff --git a/client/html/generated/html/frog/SVGPathSegCurvetoQuadraticSmoothAbs.dart b/client/html/generated/html/frog/SVGPathSegCurvetoQuadraticSmoothAbs.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d1eea478c244beb13070f9ab97b15ee2d843f07f |
| --- /dev/null |
| +++ b/client/html/generated/html/frog/SVGPathSegCurvetoQuadraticSmoothAbs.dart |
| @@ -0,0 +1,7 @@ |
| + |
| +class _SVGPathSegCurvetoQuadraticSmoothAbsJs extends _SVGPathSegJs implements SVGPathSegCurvetoQuadraticSmoothAbs native "*SVGPathSegCurvetoQuadraticSmoothAbs" { |
| + |
| + num x; |
| + |
| + num y; |
| +} |