Chromium Code Reviews| Index: client/html/generated/html/frog/Rect.dart |
| diff --git a/client/html/generated/html/frog/Rect.dart b/client/html/generated/html/frog/Rect.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..8cb86295205330cae1f41462004b568a29b585d4 |
| --- /dev/null |
| +++ b/client/html/generated/html/frog/Rect.dart |
| @@ -0,0 +1,11 @@ |
| + |
| +class _RectImpl implements Rect native "*Rect" { |
| + |
| + final _CSSPrimitiveValueImpl bottom; |
| + |
| + final _CSSPrimitiveValueImpl left; |
| + |
| + final _CSSPrimitiveValueImpl right; |
| + |
| + final _CSSPrimitiveValueImpl top; |
| +} |