Chromium Code Reviews

Unified Diff: client/html/generated/html/frog/Rect.dart

Issue 9537001: Generate dart:html bindings for Dartium as well as Frog. All unittests now pass (or are disabled fo… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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;
+}

Powered by Google App Engine