Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(798)

Unified Diff: client/dom/generated/src/frog/WebKitCSSTransformValue.dart

Issue 8473008: Generate constants for IDL classes (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add frog dom Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: client/dom/generated/src/frog/WebKitCSSTransformValue.dart
diff --git a/client/dom/generated/src/frog/WebKitCSSTransformValue.dart b/client/dom/generated/src/frog/WebKitCSSTransformValue.dart
index ab724b05e9837085e04a16d5cd313e5d23425559..bba33fdf71a5f9891c4038335c9a5bdf4fc0ecee 100644
--- a/client/dom/generated/src/frog/WebKitCSSTransformValue.dart
+++ b/client/dom/generated/src/frog/WebKitCSSTransformValue.dart
@@ -1,5 +1,47 @@
class WebKitCSSTransformValue extends CSSValueList native "*WebKitCSSTransformValue" {
+ static final int CSS_MATRIX = 11;
+
+ static final int CSS_MATRIX3D = 21;
+
+ static final int CSS_PERSPECTIVE = 20;
+
+ static final int CSS_ROTATE = 4;
+
+ static final int CSS_ROTATE3D = 17;
+
+ static final int CSS_ROTATEX = 14;
+
+ static final int CSS_ROTATEY = 15;
+
+ static final int CSS_ROTATEZ = 16;
+
+ static final int CSS_SCALE = 5;
+
+ static final int CSS_SCALE3D = 19;
+
+ static final int CSS_SCALEX = 6;
+
+ static final int CSS_SCALEY = 7;
+
+ static final int CSS_SCALEZ = 18;
+
+ static final int CSS_SKEW = 8;
+
+ static final int CSS_SKEWX = 9;
+
+ static final int CSS_SKEWY = 10;
+
+ static final int CSS_TRANSLATE = 1;
+
+ static final int CSS_TRANSLATE3D = 13;
+
+ static final int CSS_TRANSLATEX = 2;
+
+ static final int CSS_TRANSLATEY = 3;
+
+ static final int CSS_TRANSLATEZ = 12;
+
int operationType;
}
« no previous file with comments | « client/dom/generated/src/frog/WebKitCSSFilterValue.dart ('k') | client/dom/generated/src/frog/WebSocket.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698