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

Side by Side Diff: client/dom/generated/src/frog/SVGPolylineElement.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 _SVGPolylineElementJs extends _SVGElementJs implements SVGPolylineElement native "*SVGPolylineElement" { 2 class _SVGPolylineElementJs extends _SVGElementJs implements SVGPolylineElement native "*SVGPolylineElement" {
3 3
4 final _SVGPointListJs animatedPoints; 4 final _SVGPointListJs animatedPoints;
5 5
6 final _SVGPointListJs points; 6 final _SVGPointListJs points;
7 7
8 // From SVGTests 8 // From SVGTests
9 9
10 final _SVGStringListJs requiredExtensions; 10 final _SVGStringListJs requiredExtensions;
(...skipping 11 matching lines...) Expand all
22 String xmlspace; 22 String xmlspace;
23 23
24 // From SVGExternalResourcesRequired 24 // From SVGExternalResourcesRequired
25 25
26 final _SVGAnimatedBooleanJs externalResourcesRequired; 26 final _SVGAnimatedBooleanJs externalResourcesRequired;
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
36 // From SVGTransformable 37 // From SVGTransformable
37 38
38 final _SVGAnimatedTransformListJs transform; 39 final _SVGAnimatedTransformListJs transform;
39 40
40 // From SVGLocatable 41 // From SVGLocatable
41 42
42 final _SVGElementJs farthestViewportElement; 43 final _SVGElementJs farthestViewportElement;
43 44
44 final _SVGElementJs nearestViewportElement; 45 final _SVGElementJs nearestViewportElement;
45 46
46 _SVGRectJs getBBox() native; 47 _SVGRectJs getBBox() native;
47 48
48 _SVGMatrixJs getCTM() native; 49 _SVGMatrixJs getCTM() native;
49 50
50 _SVGMatrixJs getScreenCTM() native; 51 _SVGMatrixJs getScreenCTM() native;
51 52
52 _SVGMatrixJs getTransformToElement(_SVGElementJs element) native; 53 _SVGMatrixJs getTransformToElement(_SVGElementJs element) native;
53 } 54 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/SVGPolygonElement.dart ('k') | client/dom/generated/src/frog/SVGRectElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698