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

Unified Diff: client/dom/generated/src/frog/SVGFESpecularLightingElement.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/SVGFESpecularLightingElement.dart
diff --git a/client/dom/generated/src/frog/SVGFESpecularLightingElement.dart b/client/dom/generated/src/frog/SVGFESpecularLightingElement.dart
index 315f8305839ee28f2632034e4864512789ecc430..1d5c84c7687a85d4fe0efa6dc7f3b80f1ffe4bf3 100644
--- a/client/dom/generated/src/frog/SVGFESpecularLightingElement.dart
+++ b/client/dom/generated/src/frog/SVGFESpecularLightingElement.dart
@@ -1,31 +1,31 @@
-class SVGFESpecularLightingElement extends SVGElement native "*SVGFESpecularLightingElement" {
+class SVGFESpecularLightingElementJS extends SVGElementJS implements SVGFESpecularLightingElement native "*SVGFESpecularLightingElement" {
- SVGAnimatedString get in1() native "return this.in1;";
+ SVGAnimatedStringJS get in1() native "return this.in1;";
- SVGAnimatedNumber get specularConstant() native "return this.specularConstant;";
+ SVGAnimatedNumberJS get specularConstant() native "return this.specularConstant;";
- SVGAnimatedNumber get specularExponent() native "return this.specularExponent;";
+ SVGAnimatedNumberJS get specularExponent() native "return this.specularExponent;";
- SVGAnimatedNumber get surfaceScale() native "return this.surfaceScale;";
+ SVGAnimatedNumberJS get surfaceScale() native "return this.surfaceScale;";
// From SVGFilterPrimitiveStandardAttributes
- SVGAnimatedLength get height() native "return this.height;";
+ SVGAnimatedLengthJS get height() native "return this.height;";
- SVGAnimatedString get result() native "return this.result;";
+ SVGAnimatedStringJS get result() native "return this.result;";
- SVGAnimatedLength get width() native "return this.width;";
+ SVGAnimatedLengthJS get width() native "return this.width;";
- SVGAnimatedLength get x() native "return this.x;";
+ SVGAnimatedLengthJS get x() native "return this.x;";
- SVGAnimatedLength get y() native "return this.y;";
+ SVGAnimatedLengthJS get y() native "return this.y;";
// From SVGStylable
- SVGAnimatedString get className() native "return this.className;";
+ SVGAnimatedStringJS get className() native "return this.className;";
- CSSStyleDeclaration get style() native "return this.style;";
+ CSSStyleDeclarationJS get style() native "return this.style;";
- CSSValue getPresentationAttribute(String name) native;
+ CSSValueJS getPresentationAttribute(String name) native;
}
« no previous file with comments | « client/dom/generated/src/frog/SVGFEPointLightElement.dart ('k') | client/dom/generated/src/frog/SVGFESpotLightElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698