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..aa837a7dc31243159aac912e533985833f0d1be3 |
| --- /dev/null |
| +++ b/client/html/generated/html/frog/SVGPathSegCurvetoQuadraticSmoothAbs.dart |
| @@ -0,0 +1,7 @@ |
| + |
| +class _SVGPathSegCurvetoQuadraticSmoothAbsImpl extends _SVGPathSegImpl implements SVGPathSegCurvetoQuadraticSmoothAbs native "*SVGPathSegCurvetoQuadraticSmoothAbs" { |
| + |
| + num x; |
| + |
| + num y; |
| +} |