Chromium Code Reviews| Index: client/html/generated/html/frog/SVGAnimatedBoolean.dart |
| diff --git a/client/html/generated/html/frog/SVGAnimatedBoolean.dart b/client/html/generated/html/frog/SVGAnimatedBoolean.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..4615d9e7a03699b5334c816f761358db8a5d8768 |
| --- /dev/null |
| +++ b/client/html/generated/html/frog/SVGAnimatedBoolean.dart |
| @@ -0,0 +1,7 @@ |
| + |
| +class _SVGAnimatedBooleanImpl implements SVGAnimatedBoolean native "*SVGAnimatedBoolean" { |
| + |
| + final bool animVal; |
| + |
| + bool baseVal; |
| +} |