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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: client/dom/generated/src/frog/SVGFESpotLightElement.dart
diff --git a/client/dom/generated/src/frog/SVGFESpotLightElement.dart b/client/dom/generated/src/frog/SVGFESpotLightElement.dart
index 8f681f172faf5ec8187674ec8f04ce3f0c3bf7c0..ea98654e5bfa9353aea0504a316e49fed851e1b6 100644
--- a/client/dom/generated/src/frog/SVGFESpotLightElement.dart
+++ b/client/dom/generated/src/frog/SVGFESpotLightElement.dart
@@ -1,19 +1,19 @@
class SVGFESpotLightElement extends SVGElement native "*SVGFESpotLightElement" {
- SVGAnimatedNumber limitingConeAngle;
+ SVGAnimatedNumber get limitingConeAngle() native "return this.limitingConeAngle;";
- SVGAnimatedNumber pointsAtX;
+ SVGAnimatedNumber get pointsAtX() native "return this.pointsAtX;";
- SVGAnimatedNumber pointsAtY;
+ SVGAnimatedNumber get pointsAtY() native "return this.pointsAtY;";
- SVGAnimatedNumber pointsAtZ;
+ SVGAnimatedNumber get pointsAtZ() native "return this.pointsAtZ;";
- SVGAnimatedNumber specularExponent;
+ SVGAnimatedNumber get specularExponent() native "return this.specularExponent;";
- SVGAnimatedNumber x;
+ SVGAnimatedNumber get x() native "return this.x;";
- SVGAnimatedNumber y;
+ SVGAnimatedNumber get y() native "return this.y;";
- SVGAnimatedNumber z;
+ SVGAnimatedNumber get z() native "return this.z;";
}
« 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