Chromium Code Reviews| Index: client/html/generated/html/dartium/SVGPathSegClosePath.dart |
| diff --git a/client/html/generated/html/dartium/SVGPathSegClosePath.dart b/client/html/generated/html/dartium/SVGPathSegClosePath.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..470247e8db40cf9540566a4169d4fac9614b9399 |
| --- /dev/null |
| +++ b/client/html/generated/html/dartium/SVGPathSegClosePath.dart |
| @@ -0,0 +1,4 @@ |
| + |
| +class _SVGPathSegClosePathImpl extends _SVGPathSegImpl implements SVGPathSegClosePath { |
| + _SVGPathSegClosePathImpl._wrap(ptr) : super._wrap(ptr); |
| +} |