Chromium Code Reviews| Index: client/html/generated/html/frog/SVGPathSegCurvetoQuadraticAbs.dart |
| diff --git a/client/html/generated/html/frog/SVGPathSegCurvetoQuadraticAbs.dart b/client/html/generated/html/frog/SVGPathSegCurvetoQuadraticAbs.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..dd12a8a2cc9df6dc00c246df4c549f945c328dc2 |
| --- /dev/null |
| +++ b/client/html/generated/html/frog/SVGPathSegCurvetoQuadraticAbs.dart |
| @@ -0,0 +1,11 @@ |
| + |
| +class _SVGPathSegCurvetoQuadraticAbsImpl extends _SVGPathSegImpl implements SVGPathSegCurvetoQuadraticAbs native "*SVGPathSegCurvetoQuadraticAbs" { |
| + |
| + num x; |
| + |
| + num x1; |
| + |
| + num y; |
| + |
| + num y1; |
| +} |