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

Side by Side Diff: client/dom/generated/src/frog/WebKitCSSTransformValue.dart

Issue 9312003: Use fields in hidden native DOM classes instead of getters/setters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Also fix native Created 8 years, 10 months 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 1
2 class _WebKitCSSTransformValueJs extends _CSSValueListJs implements WebKitCSSTra nsformValue native "*WebKitCSSTransformValue" { 2 class _WebKitCSSTransformValueJs extends _CSSValueListJs implements WebKitCSSTra nsformValue native "*WebKitCSSTransformValue" {
3 3
4 static final int CSS_MATRIX = 11; 4 static final int CSS_MATRIX = 11;
5 5
6 static final int CSS_MATRIX3D = 21; 6 static final int CSS_MATRIX3D = 21;
7 7
8 static final int CSS_PERSPECTIVE = 20; 8 static final int CSS_PERSPECTIVE = 20;
9 9
10 static final int CSS_ROTATE = 4; 10 static final int CSS_ROTATE = 4;
(...skipping 25 matching lines...) Expand all
36 static final int CSS_TRANSLATE = 1; 36 static final int CSS_TRANSLATE = 1;
37 37
38 static final int CSS_TRANSLATE3D = 13; 38 static final int CSS_TRANSLATE3D = 13;
39 39
40 static final int CSS_TRANSLATEX = 2; 40 static final int CSS_TRANSLATEX = 2;
41 41
42 static final int CSS_TRANSLATEY = 3; 42 static final int CSS_TRANSLATEY = 3;
43 43
44 static final int CSS_TRANSLATEZ = 12; 44 static final int CSS_TRANSLATEZ = 12;
45 45
46 int get operationType() native "return this.operationType;"; 46 final int operationType;
47 } 47 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698