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

Side by Side Diff: client/dom/generated/src/frog/SVGFEMorphologyElement.dart

Issue 9382036: Avoid generating an overriding field in dart:dom (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: x Created 8 years, 10 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 1
2 class _SVGFEMorphologyElementJs extends _SVGElementJs implements SVGFEMorphology Element native "*SVGFEMorphologyElement" { 2 class _SVGFEMorphologyElementJs extends _SVGElementJs implements SVGFEMorphology Element native "*SVGFEMorphologyElement" {
3 3
4 static final int SVG_MORPHOLOGY_OPERATOR_DILATE = 2; 4 static final int SVG_MORPHOLOGY_OPERATOR_DILATE = 2;
5 5
6 static final int SVG_MORPHOLOGY_OPERATOR_ERODE = 1; 6 static final int SVG_MORPHOLOGY_OPERATOR_ERODE = 1;
7 7
8 static final int SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0; 8 static final int SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0;
9 9
10 final _SVGAnimatedStringJs in1; 10 final _SVGAnimatedStringJs in1;
(...skipping 15 matching lines...) Expand all
26 final _SVGAnimatedLengthJs width; 26 final _SVGAnimatedLengthJs width;
27 27
28 final _SVGAnimatedLengthJs x; 28 final _SVGAnimatedLengthJs x;
29 29
30 final _SVGAnimatedLengthJs y; 30 final _SVGAnimatedLengthJs y;
31 31
32 // From SVGStylable 32 // From SVGStylable
33 33
34 final _SVGAnimatedStringJs className; 34 final _SVGAnimatedStringJs className;
35 35
36 final _CSSStyleDeclarationJs style; 36 // Use implementation from Element.
37 // final _CSSStyleDeclarationJs style;
37 38
38 _CSSValueJs getPresentationAttribute(String name) native; 39 _CSSValueJs getPresentationAttribute(String name) native;
39 } 40 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/SVGFEMergeElement.dart ('k') | client/dom/generated/src/frog/SVGFEOffsetElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698