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

Side by Side Diff: client/dom/generated/src/frog/SVGEllipseElement.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 _SVGEllipseElementJs extends _SVGElementJs implements SVGEllipseElement na tive "*SVGEllipseElement" { 2 class _SVGEllipseElementJs extends _SVGElementJs implements SVGEllipseElement na tive "*SVGEllipseElement" {
3 3
4 final _SVGAnimatedLengthJs cx; 4 final _SVGAnimatedLengthJs cx;
5 5
6 final _SVGAnimatedLengthJs cy; 6 final _SVGAnimatedLengthJs cy;
7 7
8 final _SVGAnimatedLengthJs rx; 8 final _SVGAnimatedLengthJs rx;
9 9
10 final _SVGAnimatedLengthJs ry; 10 final _SVGAnimatedLengthJs ry;
(...skipping 15 matching lines...) Expand all
26 String xmlspace; 26 String xmlspace;
27 27
28 // From SVGExternalResourcesRequired 28 // From SVGExternalResourcesRequired
29 29
30 final _SVGAnimatedBooleanJs externalResourcesRequired; 30 final _SVGAnimatedBooleanJs externalResourcesRequired;
31 31
32 // From SVGStylable 32 // From SVGStylable
33 33
34 final _SVGAnimatedStringJs className; 34 final _SVGAnimatedStringJs className;
35 35
36 final _CSSStyleDeclarationJs style; 36 // Use implementation from Element.
37 // final _CSSStyleDeclarationJs style;
37 38
38 _CSSValueJs getPresentationAttribute(String name) native; 39 _CSSValueJs getPresentationAttribute(String name) native;
39 40
40 // From SVGTransformable 41 // From SVGTransformable
41 42
42 final _SVGAnimatedTransformListJs transform; 43 final _SVGAnimatedTransformListJs transform;
43 44
44 // From SVGLocatable 45 // From SVGLocatable
45 46
46 final _SVGElementJs farthestViewportElement; 47 final _SVGElementJs farthestViewportElement;
47 48
48 final _SVGElementJs nearestViewportElement; 49 final _SVGElementJs nearestViewportElement;
49 50
50 _SVGRectJs getBBox() native; 51 _SVGRectJs getBBox() native;
51 52
52 _SVGMatrixJs getCTM() native; 53 _SVGMatrixJs getCTM() native;
53 54
54 _SVGMatrixJs getScreenCTM() native; 55 _SVGMatrixJs getScreenCTM() native;
55 56
56 _SVGMatrixJs getTransformToElement(_SVGElementJs element) native; 57 _SVGMatrixJs getTransformToElement(_SVGElementJs element) native;
57 } 58 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/SVGDescElement.dart ('k') | client/dom/generated/src/frog/SVGFEBlendElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698