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

Side by Side Diff: client/dom/generated/src/frog/SVGFEDropShadowElement.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 _SVGFEDropShadowElementJs extends _SVGElementJs implements SVGFEDropShadow Element native "*SVGFEDropShadowElement" { 2 class _SVGFEDropShadowElementJs extends _SVGElementJs implements SVGFEDropShadow Element native "*SVGFEDropShadowElement" {
3 3
4 final _SVGAnimatedNumberJs dx; 4 final _SVGAnimatedNumberJs dx;
5 5
6 final _SVGAnimatedNumberJs dy; 6 final _SVGAnimatedNumberJs dy;
7 7
8 final _SVGAnimatedStringJs in1; 8 final _SVGAnimatedStringJs in1;
9 9
10 final _SVGAnimatedNumberJs stdDeviationX; 10 final _SVGAnimatedNumberJs stdDeviationX;
(...skipping 11 matching lines...) Expand all
22 final _SVGAnimatedLengthJs width; 22 final _SVGAnimatedLengthJs width;
23 23
24 final _SVGAnimatedLengthJs x; 24 final _SVGAnimatedLengthJs x;
25 25
26 final _SVGAnimatedLengthJs y; 26 final _SVGAnimatedLengthJs y;
27 27
28 // From SVGStylable 28 // From SVGStylable
29 29
30 final _SVGAnimatedStringJs className; 30 final _SVGAnimatedStringJs className;
31 31
32 final _CSSStyleDeclarationJs style; 32 // Use implementation from Element.
33 // final _CSSStyleDeclarationJs style;
33 34
34 _CSSValueJs getPresentationAttribute(String name) native; 35 _CSSValueJs getPresentationAttribute(String name) native;
35 } 36 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/SVGFEDisplacementMapElement.dart ('k') | client/dom/generated/src/frog/SVGFEFloodElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698