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

Side by Side Diff: client/dom/generated/src/frog/SVGFEBlendElement.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 _SVGFEBlendElementJs extends _SVGElementJs implements SVGFEBlendElement na tive "*SVGFEBlendElement" { 2 class _SVGFEBlendElementJs extends _SVGElementJs implements SVGFEBlendElement na tive "*SVGFEBlendElement" {
3 3
4 static final int SVG_FEBLEND_MODE_DARKEN = 4; 4 static final int SVG_FEBLEND_MODE_DARKEN = 4;
5 5
6 static final int SVG_FEBLEND_MODE_LIGHTEN = 5; 6 static final int SVG_FEBLEND_MODE_LIGHTEN = 5;
7 7
8 static final int SVG_FEBLEND_MODE_MULTIPLY = 2; 8 static final int SVG_FEBLEND_MODE_MULTIPLY = 2;
9 9
10 static final int SVG_FEBLEND_MODE_NORMAL = 1; 10 static final int SVG_FEBLEND_MODE_NORMAL = 1;
(...skipping 17 matching lines...) Expand all
28 final _SVGAnimatedLengthJs width; 28 final _SVGAnimatedLengthJs width;
29 29
30 final _SVGAnimatedLengthJs x; 30 final _SVGAnimatedLengthJs x;
31 31
32 final _SVGAnimatedLengthJs y; 32 final _SVGAnimatedLengthJs y;
33 33
34 // From SVGStylable 34 // From SVGStylable
35 35
36 final _SVGAnimatedStringJs className; 36 final _SVGAnimatedStringJs className;
37 37
38 final _CSSStyleDeclarationJs style; 38 // Use implementation from Element.
39 // final _CSSStyleDeclarationJs style;
39 40
40 _CSSValueJs getPresentationAttribute(String name) native; 41 _CSSValueJs getPresentationAttribute(String name) native;
41 } 42 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/SVGEllipseElement.dart ('k') | client/dom/generated/src/frog/SVGFEColorMatrixElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698