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

Side by Side Diff: client/dom/generated/src/frog/SVGPatternElement.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 _SVGPatternElementJs extends _SVGElementJs implements SVGPatternElement na tive "*SVGPatternElement" { 2 class _SVGPatternElementJs extends _SVGElementJs implements SVGPatternElement na tive "*SVGPatternElement" {
3 3
4 final _SVGAnimatedLengthJs height; 4 final _SVGAnimatedLengthJs height;
5 5
6 final _SVGAnimatedEnumerationJs patternContentUnits; 6 final _SVGAnimatedEnumerationJs patternContentUnits;
7 7
8 final _SVGAnimatedTransformListJs patternTransform; 8 final _SVGAnimatedTransformListJs patternTransform;
9 9
10 final _SVGAnimatedEnumerationJs patternUnits; 10 final _SVGAnimatedEnumerationJs patternUnits;
(...skipping 25 matching lines...) Expand all
36 String xmlspace; 36 String xmlspace;
37 37
38 // From SVGExternalResourcesRequired 38 // From SVGExternalResourcesRequired
39 39
40 final _SVGAnimatedBooleanJs externalResourcesRequired; 40 final _SVGAnimatedBooleanJs externalResourcesRequired;
41 41
42 // From SVGStylable 42 // From SVGStylable
43 43
44 final _SVGAnimatedStringJs className; 44 final _SVGAnimatedStringJs className;
45 45
46 final _CSSStyleDeclarationJs style; 46 // Use implementation from Element.
47 // final _CSSStyleDeclarationJs style;
47 48
48 _CSSValueJs getPresentationAttribute(String name) native; 49 _CSSValueJs getPresentationAttribute(String name) native;
49 50
50 // From SVGFitToViewBox 51 // From SVGFitToViewBox
51 52
52 final _SVGAnimatedPreserveAspectRatioJs preserveAspectRatio; 53 final _SVGAnimatedPreserveAspectRatioJs preserveAspectRatio;
53 54
54 final _SVGAnimatedRectJs viewBox; 55 final _SVGAnimatedRectJs viewBox;
55 } 56 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/SVGPathElement.dart ('k') | client/dom/generated/src/frog/SVGPolygonElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698