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