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..66fee5b07e2436b6604414198afbda9553696150 |
| --- /dev/null |
| +++ b/client/html/generated/html/frog/SVGAnimatedBoolean.dart |
| @@ -0,0 +1,7 @@ |
| + |
| +class _SVGAnimatedBooleanJs implements SVGAnimatedBoolean native "*SVGAnimatedBoolean" { |
| + |
| + final bool animVal; |
| + |
| + bool baseVal; |
| +} |