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