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