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