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

Side by Side Diff: client/dom/generated/src/frog/SVGPathElement.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 _SVGPathElementJs extends _SVGElementJs implements SVGPathElement native " *SVGPathElement" { 2 class _SVGPathElementJs extends _SVGElementJs implements SVGPathElement native " *SVGPathElement" {
3 3
4 final _SVGPathSegListJs animatedNormalizedPathSegList; 4 final _SVGPathSegListJs animatedNormalizedPathSegList;
5 5
6 final _SVGPathSegListJs animatedPathSegList; 6 final _SVGPathSegListJs animatedPathSegList;
7 7
8 final _SVGPathSegListJs normalizedPathSegList; 8 final _SVGPathSegListJs normalizedPathSegList;
9 9
10 final _SVGAnimatedNumberJs pathLength; 10 final _SVGAnimatedNumberJs pathLength;
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 String xmlspace; 72 String xmlspace;
73 73
74 // From SVGExternalResourcesRequired 74 // From SVGExternalResourcesRequired
75 75
76 final _SVGAnimatedBooleanJs externalResourcesRequired; 76 final _SVGAnimatedBooleanJs externalResourcesRequired;
77 77
78 // From SVGStylable 78 // From SVGStylable
79 79
80 final _SVGAnimatedStringJs className; 80 final _SVGAnimatedStringJs className;
81 81
82 final _CSSStyleDeclarationJs style; 82 // Use implementation from Element.
83 // final _CSSStyleDeclarationJs style;
83 84
84 _CSSValueJs getPresentationAttribute(String name) native; 85 _CSSValueJs getPresentationAttribute(String name) native;
85 86
86 // From SVGTransformable 87 // From SVGTransformable
87 88
88 final _SVGAnimatedTransformListJs transform; 89 final _SVGAnimatedTransformListJs transform;
89 90
90 // From SVGLocatable 91 // From SVGLocatable
91 92
92 final _SVGElementJs farthestViewportElement; 93 final _SVGElementJs farthestViewportElement;
93 94
94 final _SVGElementJs nearestViewportElement; 95 final _SVGElementJs nearestViewportElement;
95 96
96 _SVGRectJs getBBox() native; 97 _SVGRectJs getBBox() native;
97 98
98 _SVGMatrixJs getCTM() native; 99 _SVGMatrixJs getCTM() native;
99 100
100 _SVGMatrixJs getScreenCTM() native; 101 _SVGMatrixJs getScreenCTM() native;
101 102
102 _SVGMatrixJs getTransformToElement(_SVGElementJs element) native; 103 _SVGMatrixJs getTransformToElement(_SVGElementJs element) native;
103 } 104 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/SVGMaskElement.dart ('k') | client/dom/generated/src/frog/SVGPatternElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698