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

Unified Diff: client/dom/generated/src/frog/SVGFilterElement.dart

Issue 9271031: Make DOMType the root of DOM implementation types. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: x 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/SVGFilterElement.dart
diff --git a/client/dom/generated/src/frog/SVGFilterElement.dart b/client/dom/generated/src/frog/SVGFilterElement.dart
index 621425b6bbbb8e797fd37c803d60d55379223303..f2b4a28c2cfe92fd59dd25c1788669938a77b627 100644
--- a/client/dom/generated/src/frog/SVGFilterElement.dart
+++ b/client/dom/generated/src/frog/SVGFilterElement.dart
@@ -1,27 +1,27 @@
-class SVGFilterElementJS extends SVGElementJS implements SVGFilterElement native "*SVGFilterElement" {
+class SVGFilterElementJs extends SVGElementJs implements SVGFilterElement native "*SVGFilterElement" {
- SVGAnimatedIntegerJS get filterResX() native "return this.filterResX;";
+ SVGAnimatedIntegerJs get filterResX() native "return this.filterResX;";
- SVGAnimatedIntegerJS get filterResY() native "return this.filterResY;";
+ SVGAnimatedIntegerJs get filterResY() native "return this.filterResY;";
- SVGAnimatedEnumerationJS get filterUnits() native "return this.filterUnits;";
+ SVGAnimatedEnumerationJs get filterUnits() native "return this.filterUnits;";
- SVGAnimatedLengthJS get height() native "return this.height;";
+ SVGAnimatedLengthJs get height() native "return this.height;";
- SVGAnimatedEnumerationJS get primitiveUnits() native "return this.primitiveUnits;";
+ SVGAnimatedEnumerationJs get primitiveUnits() native "return this.primitiveUnits;";
- SVGAnimatedLengthJS get width() native "return this.width;";
+ SVGAnimatedLengthJs get width() native "return this.width;";
- SVGAnimatedLengthJS get x() native "return this.x;";
+ SVGAnimatedLengthJs get x() native "return this.x;";
- SVGAnimatedLengthJS get y() native "return this.y;";
+ SVGAnimatedLengthJs get y() native "return this.y;";
void setFilterRes(int filterResX, int filterResY) native;
// From SVGURIReference
- SVGAnimatedStringJS get href() native "return this.href;";
+ SVGAnimatedStringJs get href() native "return this.href;";
// From SVGLangSpace
@@ -35,13 +35,13 @@ class SVGFilterElementJS extends SVGElementJS implements SVGFilterElement native
// From SVGExternalResourcesRequired
- SVGAnimatedBooleanJS get externalResourcesRequired() native "return this.externalResourcesRequired;";
+ SVGAnimatedBooleanJs get externalResourcesRequired() native "return this.externalResourcesRequired;";
// From SVGStylable
- SVGAnimatedStringJS get className() native "return this.className;";
+ SVGAnimatedStringJs get className() native "return this.className;";
- CSSStyleDeclarationJS get style() native "return this.style;";
+ CSSStyleDeclarationJs get style() native "return this.style;";
- CSSValueJS getPresentationAttribute(String name) native;
+ CSSValueJs getPresentationAttribute(String name) native;
}

Powered by Google App Engine
This is Rietveld 408576698