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

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

Powered by Google App Engine
This is Rietveld 408576698