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

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

Issue 9317046: Make dart:dom implementation types private so they don't muddle the docs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 f2b4a28c2cfe92fd59dd25c1788669938a77b627..96d39139a336baba7f24fe7024d63f241921ede1 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