Chromium Code Reviews| Index: client/html/generated/html/frog/SVGUnitTypes.dart |
| diff --git a/client/html/generated/html/frog/SVGUnitTypes.dart b/client/html/generated/html/frog/SVGUnitTypes.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..2ab0c626426dee3eb09c7f72d083e3e488bcc3f5 |
| --- /dev/null |
| +++ b/client/html/generated/html/frog/SVGUnitTypes.dart |
| @@ -0,0 +1,9 @@ |
| + |
| +class _SVGUnitTypesImpl implements SVGUnitTypes native "*SVGUnitTypes" { |
| + |
| + static final int SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2; |
| + |
| + static final int SVG_UNIT_TYPE_UNKNOWN = 0; |
| + |
| + static final int SVG_UNIT_TYPE_USERSPACEONUSE = 1; |
| +} |