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

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

Issue 9233028: Frog dart:dom using interfaces and native implementation classes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge 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 SVGFESpotLightElementJS extends SVGElementJS implements SVGFESpotLightElem ent native "*SVGFESpotLightElement" {
3 3
4 SVGAnimatedNumber get limitingConeAngle() native "return this.limitingConeAngl e;"; 4 SVGAnimatedNumberJS get limitingConeAngle() native "return this.limitingConeAn gle;";
5 5
6 SVGAnimatedNumber get pointsAtX() native "return this.pointsAtX;"; 6 SVGAnimatedNumberJS get pointsAtX() native "return this.pointsAtX;";
7 7
8 SVGAnimatedNumber get pointsAtY() native "return this.pointsAtY;"; 8 SVGAnimatedNumberJS get pointsAtY() native "return this.pointsAtY;";
9 9
10 SVGAnimatedNumber get pointsAtZ() native "return this.pointsAtZ;"; 10 SVGAnimatedNumberJS get pointsAtZ() native "return this.pointsAtZ;";
11 11
12 SVGAnimatedNumber get specularExponent() native "return this.specularExponent; "; 12 SVGAnimatedNumberJS get specularExponent() native "return this.specularExponen t;";
13 13
14 SVGAnimatedNumber get x() native "return this.x;"; 14 SVGAnimatedNumberJS get x() native "return this.x;";
15 15
16 SVGAnimatedNumber get y() native "return this.y;"; 16 SVGAnimatedNumberJS get y() native "return this.y;";
17 17
18 SVGAnimatedNumber get z() native "return this.z;"; 18 SVGAnimatedNumberJS 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