| OLD | NEW |
| 1 | 1 |
| 2 class _SVGFEDisplacementMapElementImpl extends _SVGElementImpl implements SVGFED
isplacementMapElement native "*SVGFEDisplacementMapElement" { | 2 class _SVGFEDisplacementMapElementImpl extends _SVGElementImpl implements SVGFED
isplacementMapElement native "*SVGFEDisplacementMapElement" { |
| 3 | 3 |
| 4 static final int SVG_CHANNEL_A = 4; | 4 static final int SVG_CHANNEL_A = 4; |
| 5 | 5 |
| 6 static final int SVG_CHANNEL_B = 3; | 6 static final int SVG_CHANNEL_B = 3; |
| 7 | 7 |
| 8 static final int SVG_CHANNEL_G = 2; | 8 static final int SVG_CHANNEL_G = 2; |
| 9 | 9 |
| 10 static final int SVG_CHANNEL_R = 1; | 10 static final int SVG_CHANNEL_R = 1; |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 final _SVGAnimatedStringImpl result; | 28 final _SVGAnimatedStringImpl result; |
| 29 | 29 |
| 30 final _SVGAnimatedLengthImpl width; | 30 final _SVGAnimatedLengthImpl width; |
| 31 | 31 |
| 32 final _SVGAnimatedLengthImpl x; | 32 final _SVGAnimatedLengthImpl x; |
| 33 | 33 |
| 34 final _SVGAnimatedLengthImpl y; | 34 final _SVGAnimatedLengthImpl y; |
| 35 | 35 |
| 36 // From SVGStylable | 36 // From SVGStylable |
| 37 | 37 |
| 38 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 38 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 39 | 39 |
| 40 // Use implementation from Element. | 40 // Use implementation from Element. |
| 41 // final _CSSStyleDeclarationImpl style; | 41 // final _CSSStyleDeclarationImpl style; |
| 42 | 42 |
| 43 _CSSValueImpl getPresentationAttribute(String name) native; | 43 _CSSValueImpl getPresentationAttribute(String name) native; |
| 44 } | 44 } |
| OLD | NEW |