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

Side by Side Diff: client/html/generated/html/frog/SVGFEComponentTransferElement.dart

Issue 9600035: Enable new dart:html wrapperless frog bindings and wrapper dartium bindings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Handle all code review comments Created 8 years, 9 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 _SVGFEComponentTransferElementImpl extends _SVGElementImpl implements SVGF EComponentTransferElement native "*SVGFEComponentTransferElement" { 2 class _SVGFEComponentTransferElementImpl extends _SVGElementImpl implements SVGF EComponentTransferElement native "*SVGFEComponentTransferElement" {
3 3
4 final _SVGAnimatedStringImpl in1; 4 final _SVGAnimatedStringImpl in1;
5 5
6 // From SVGFilterPrimitiveStandardAttributes 6 // From SVGFilterPrimitiveStandardAttributes
7 7
8 final _SVGAnimatedLengthImpl height; 8 final _SVGAnimatedLengthImpl height;
9 9
10 final _SVGAnimatedStringImpl result; 10 final _SVGAnimatedStringImpl result;
11 11
12 final _SVGAnimatedLengthImpl width; 12 final _SVGAnimatedLengthImpl width;
13 13
14 final _SVGAnimatedLengthImpl x; 14 final _SVGAnimatedLengthImpl x;
15 15
16 final _SVGAnimatedLengthImpl y; 16 final _SVGAnimatedLengthImpl y;
17 17
18 // From SVGStylable 18 // From SVGStylable
19 19
20 _SVGAnimatedStringImpl get _className() native "return this.className;"; 20 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;";
21 21
22 // Use implementation from Element. 22 // Use implementation from Element.
23 // final _CSSStyleDeclarationImpl style; 23 // final _CSSStyleDeclarationImpl style;
24 24
25 _CSSValueImpl getPresentationAttribute(String name) native; 25 _CSSValueImpl getPresentationAttribute(String name) native;
26 } 26 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698