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

Unified 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 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 ea98654e5bfa9353aea0504a316e49fed851e1b6..0e2638edd78931cef56e1e7b01ec05d8b1ab8e88 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" {
+class SVGFESpotLightElementJS extends SVGElementJS implements SVGFESpotLightElement native "*SVGFESpotLightElement" {
- SVGAnimatedNumber get limitingConeAngle() native "return this.limitingConeAngle;";
+ SVGAnimatedNumberJS get limitingConeAngle() native "return this.limitingConeAngle;";
- SVGAnimatedNumber get pointsAtX() native "return this.pointsAtX;";
+ SVGAnimatedNumberJS get pointsAtX() native "return this.pointsAtX;";
- SVGAnimatedNumber get pointsAtY() native "return this.pointsAtY;";
+ SVGAnimatedNumberJS get pointsAtY() native "return this.pointsAtY;";
- SVGAnimatedNumber get pointsAtZ() native "return this.pointsAtZ;";
+ SVGAnimatedNumberJS get pointsAtZ() native "return this.pointsAtZ;";
- SVGAnimatedNumber get specularExponent() native "return this.specularExponent;";
+ SVGAnimatedNumberJS get specularExponent() native "return this.specularExponent;";
- SVGAnimatedNumber get x() native "return this.x;";
+ SVGAnimatedNumberJS get x() native "return this.x;";
- SVGAnimatedNumber get y() native "return this.y;";
+ SVGAnimatedNumberJS get y() native "return this.y;";
- SVGAnimatedNumber get z() native "return this.z;";
+ SVGAnimatedNumberJS 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