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

Side by Side Diff: client/dom/generated/src/frog/SVGFEConvolveMatrixElement.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 _SVGFEConvolveMatrixElementJs extends _SVGElementJs implements SVGFEConvol veMatrixElement native "*SVGFEConvolveMatrixElement" { 2 class _SVGFEConvolveMatrixElementJs extends _SVGElementJs implements SVGFEConvol veMatrixElement native "*SVGFEConvolveMatrixElement" {
3 3
4 static final int SVG_EDGEMODE_DUPLICATE = 1; 4 static final int SVG_EDGEMODE_DUPLICATE = 1;
5 5
6 static final int SVG_EDGEMODE_NONE = 3; 6 static final int SVG_EDGEMODE_NONE = 3;
7 7
8 static final int SVG_EDGEMODE_UNKNOWN = 0; 8 static final int SVG_EDGEMODE_UNKNOWN = 0;
9 9
10 static final int SVG_EDGEMODE_WRAP = 2; 10 static final int SVG_EDGEMODE_WRAP = 2;
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 final _SVGAnimatedLengthJs width; 42 final _SVGAnimatedLengthJs width;
43 43
44 final _SVGAnimatedLengthJs x; 44 final _SVGAnimatedLengthJs x;
45 45
46 final _SVGAnimatedLengthJs y; 46 final _SVGAnimatedLengthJs y;
47 47
48 // From SVGStylable 48 // From SVGStylable
49 49
50 final _SVGAnimatedStringJs className; 50 final _SVGAnimatedStringJs className;
51 51
52 final _CSSStyleDeclarationJs style; 52 // Use implementation from Element.
53 // final _CSSStyleDeclarationJs style;
53 54
54 _CSSValueJs getPresentationAttribute(String name) native; 55 _CSSValueJs getPresentationAttribute(String name) native;
55 } 56 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698