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

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

Issue 9221006: Move frog dart:dom from fields to getters/setters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: comment Created 8 years, 11 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 SVGFESpotLightElement extends SVGElement native "*SVGFESpotLightElement" { 2 class SVGFESpotLightElement extends SVGElement native "*SVGFESpotLightElement" {
3 3
4 SVGAnimatedNumber limitingConeAngle; 4 SVGAnimatedNumber get limitingConeAngle() native "return this.limitingConeAngl e;";
5 5
6 SVGAnimatedNumber pointsAtX; 6 SVGAnimatedNumber get pointsAtX() native "return this.pointsAtX;";
7 7
8 SVGAnimatedNumber pointsAtY; 8 SVGAnimatedNumber get pointsAtY() native "return this.pointsAtY;";
9 9
10 SVGAnimatedNumber pointsAtZ; 10 SVGAnimatedNumber get pointsAtZ() native "return this.pointsAtZ;";
11 11
12 SVGAnimatedNumber specularExponent; 12 SVGAnimatedNumber get specularExponent() native "return this.specularExponent; ";
13 13
14 SVGAnimatedNumber x; 14 SVGAnimatedNumber get x() native "return this.x;";
15 15
16 SVGAnimatedNumber y; 16 SVGAnimatedNumber get y() native "return this.y;";
17 17
18 SVGAnimatedNumber z; 18 SVGAnimatedNumber get z() native "return this.z;";
19 } 19 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/SVGFESpecularLightingElement.dart ('k') | client/dom/generated/src/frog/SVGFETileElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698