Chromium Code Reviews| Index: client/html/generated/html/dartium/SVGPathSegLinetoHorizontalRel.dart |
| diff --git a/client/html/generated/html/dartium/SVGPathSegLinetoHorizontalRel.dart b/client/html/generated/html/dartium/SVGPathSegLinetoHorizontalRel.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..0aea36a510e52191534e46098ea73dd7d6b9a6a9 |
| --- /dev/null |
| +++ b/client/html/generated/html/dartium/SVGPathSegLinetoHorizontalRel.dart |
| @@ -0,0 +1,8 @@ |
| + |
| +class _SVGPathSegLinetoHorizontalRelImpl extends _SVGPathSegImpl implements SVGPathSegLinetoHorizontalRel { |
| + _SVGPathSegLinetoHorizontalRelImpl._wrap(ptr) : super._wrap(ptr); |
| + |
| + num get x() => _wrap(_ptr.x); |
| + |
| + void set x(num value) { _ptr.x = _unwrap(value); } |
| +} |