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

Side by Side Diff: client/dom/generated/src/frog/SVGFECompositeElement.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 _SVGFECompositeElementJs extends _SVGElementJs implements SVGFECompositeEl ement native "*SVGFECompositeElement" { 2 class _SVGFECompositeElementJs extends _SVGElementJs implements SVGFECompositeEl ement native "*SVGFECompositeElement" {
3 3
4 static final int SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6; 4 static final int SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6;
5 5
6 static final int SVG_FECOMPOSITE_OPERATOR_ATOP = 4; 6 static final int SVG_FECOMPOSITE_OPERATOR_ATOP = 4;
7 7
8 static final int SVG_FECOMPOSITE_OPERATOR_IN = 2; 8 static final int SVG_FECOMPOSITE_OPERATOR_IN = 2;
9 9
10 static final int SVG_FECOMPOSITE_OPERATOR_OUT = 3; 10 static final int SVG_FECOMPOSITE_OPERATOR_OUT = 3;
(...skipping 27 matching lines...) Expand all
38 final _SVGAnimatedLengthJs width; 38 final _SVGAnimatedLengthJs width;
39 39
40 final _SVGAnimatedLengthJs x; 40 final _SVGAnimatedLengthJs x;
41 41
42 final _SVGAnimatedLengthJs y; 42 final _SVGAnimatedLengthJs y;
43 43
44 // From SVGStylable 44 // From SVGStylable
45 45
46 final _SVGAnimatedStringJs className; 46 final _SVGAnimatedStringJs className;
47 47
48 final _CSSStyleDeclarationJs style; 48 // Use implementation from Element.
49 // final _CSSStyleDeclarationJs style;
49 50
50 _CSSValueJs getPresentationAttribute(String name) native; 51 _CSSValueJs getPresentationAttribute(String name) native;
51 } 52 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698