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

Side by Side Diff: client/dom/generated/src/frog/SVGSVGElement.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 _SVGSVGElementJs extends _SVGElementJs implements SVGSVGElement native "*S VGSVGElement" { 2 class _SVGSVGElementJs extends _SVGElementJs implements SVGSVGElement native "*S VGSVGElement" {
3 3
4 String contentScriptType; 4 String contentScriptType;
5 5
6 String contentStyleType; 6 String contentStyleType;
7 7
8 num currentScale; 8 num currentScale;
9 9
10 final _SVGPointJs currentTranslate; 10 final _SVGPointJs currentTranslate;
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 String xmlspace; 92 String xmlspace;
93 93
94 // From SVGExternalResourcesRequired 94 // From SVGExternalResourcesRequired
95 95
96 final _SVGAnimatedBooleanJs externalResourcesRequired; 96 final _SVGAnimatedBooleanJs externalResourcesRequired;
97 97
98 // From SVGStylable 98 // From SVGStylable
99 99
100 final _SVGAnimatedStringJs className; 100 final _SVGAnimatedStringJs className;
101 101
102 final _CSSStyleDeclarationJs style; 102 // Use implementation from Element.
103 // final _CSSStyleDeclarationJs style;
103 104
104 _CSSValueJs getPresentationAttribute(String name) native; 105 _CSSValueJs getPresentationAttribute(String name) native;
105 106
106 // From SVGLocatable 107 // From SVGLocatable
107 108
108 final _SVGElementJs farthestViewportElement; 109 final _SVGElementJs farthestViewportElement;
109 110
110 final _SVGElementJs nearestViewportElement; 111 final _SVGElementJs nearestViewportElement;
111 112
112 _SVGRectJs getBBox() native; 113 _SVGRectJs getBBox() native;
113 114
114 _SVGMatrixJs getCTM() native; 115 _SVGMatrixJs getCTM() native;
115 116
116 _SVGMatrixJs getScreenCTM() native; 117 _SVGMatrixJs getScreenCTM() native;
117 118
118 _SVGMatrixJs getTransformToElement(_SVGElementJs element) native; 119 _SVGMatrixJs getTransformToElement(_SVGElementJs element) native;
119 120
120 // From SVGFitToViewBox 121 // From SVGFitToViewBox
121 122
122 final _SVGAnimatedPreserveAspectRatioJs preserveAspectRatio; 123 final _SVGAnimatedPreserveAspectRatioJs preserveAspectRatio;
123 124
124 final _SVGAnimatedRectJs viewBox; 125 final _SVGAnimatedRectJs viewBox;
125 126
126 // From SVGZoomAndPan 127 // From SVGZoomAndPan
127 128
128 int zoomAndPan; 129 int zoomAndPan;
129 } 130 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/SVGRectElement.dart ('k') | client/dom/generated/src/frog/SVGStopElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698