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

Unified Diff: client/html/generated/src/interface/CSSTransformValue.dart

Issue 8835006: New version of dart:html (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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/html/generated/src/interface/CSSTransformValue.dart
diff --git a/client/html/generated/src/interface/CSSTransformValue.dart b/client/html/generated/src/interface/CSSTransformValue.dart
index baf4089e3b2dfff7bf84fd87ea1b74e9ad392cef..287d132aa36d43ca2a458997c780effe48474d26 100644
--- a/client/html/generated/src/interface/CSSTransformValue.dart
+++ b/client/html/generated/src/interface/CSSTransformValue.dart
@@ -6,47 +6,5 @@
interface CSSTransformValue extends CSSValueList {
- static final int CSS_MATRIX = 11;
sra1 2011/12/07 09:51:15 Where did these go?
-
- 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 get operationType();
}
« no previous file with comments | « client/html/generated/src/interface/CSSRule.dart ('k') | client/html/generated/src/interface/CanvasPixelArray.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698