| OLD | NEW |
| 1 | 1 |
| 2 class _SVGFETileElementImpl extends _SVGElementImpl implements SVGFETileElement
native "*SVGFETileElement" { | 2 class _SVGFETileElementImpl extends _SVGElementImpl implements SVGFETileElement
native "*SVGFETileElement" { |
| 3 | 3 |
| 4 final _SVGAnimatedStringImpl in1; | 4 final _SVGAnimatedStringImpl in1; |
| 5 | 5 |
| 6 // From SVGFilterPrimitiveStandardAttributes | 6 // From SVGFilterPrimitiveStandardAttributes |
| 7 | 7 |
| 8 final _SVGAnimatedLengthImpl height; | 8 final _SVGAnimatedLengthImpl height; |
| 9 | 9 |
| 10 final _SVGAnimatedStringImpl result; | 10 final _SVGAnimatedStringImpl result; |
| 11 | 11 |
| 12 final _SVGAnimatedLengthImpl width; | 12 final _SVGAnimatedLengthImpl width; |
| 13 | 13 |
| 14 final _SVGAnimatedLengthImpl x; | 14 final _SVGAnimatedLengthImpl x; |
| 15 | 15 |
| 16 final _SVGAnimatedLengthImpl y; | 16 final _SVGAnimatedLengthImpl y; |
| 17 | 17 |
| 18 // From SVGStylable | 18 // From SVGStylable |
| 19 | 19 |
| 20 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 20 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 21 | 21 |
| 22 // Use implementation from Element. | 22 // Use implementation from Element. |
| 23 // final _CSSStyleDeclarationImpl style; | 23 // final _CSSStyleDeclarationImpl style; |
| 24 | 24 |
| 25 _CSSValueImpl getPresentationAttribute(String name) native; | 25 _CSSValueImpl getPresentationAttribute(String name) native; |
| 26 } | 26 } |
| OLD | NEW |