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

Side by Side Diff: client/dom/generated/src/frog/SVGViewSpec.dart

Issue 9317046: Make dart:dom implementation types private so they don't muddle the docs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 SVGViewSpecJs extends SVGZoomAndPanJs implements SVGViewSpec native "*SVGV iewSpec" { 2 class _SVGViewSpecJs extends _SVGZoomAndPanJs implements SVGViewSpec native "*SV GViewSpec" {
3 3
4 String get preserveAspectRatioString() native "return this.preserveAspectRatio String;"; 4 String get preserveAspectRatioString() native "return this.preserveAspectRatio String;";
5 5
6 SVGTransformListJs get transform() native "return this.transform;"; 6 _SVGTransformListJs get transform() native "return this.transform;";
7 7
8 String get transformString() native "return this.transformString;"; 8 String get transformString() native "return this.transformString;";
9 9
10 String get viewBoxString() native "return this.viewBoxString;"; 10 String get viewBoxString() native "return this.viewBoxString;";
11 11
12 SVGElementJs get viewTarget() native "return this.viewTarget;"; 12 _SVGElementJs get viewTarget() native "return this.viewTarget;";
13 13
14 String get viewTargetString() native "return this.viewTargetString;"; 14 String get viewTargetString() native "return this.viewTargetString;";
15 15
16 // From SVGFitToViewBox 16 // From SVGFitToViewBox
17 17
18 SVGAnimatedPreserveAspectRatioJs get preserveAspectRatio() native "return this .preserveAspectRatio;"; 18 _SVGAnimatedPreserveAspectRatioJs get preserveAspectRatio() native "return thi s.preserveAspectRatio;";
19 19
20 SVGAnimatedRectJs get viewBox() native "return this.viewBox;"; 20 _SVGAnimatedRectJs get viewBox() native "return this.viewBox;";
21 } 21 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/SVGViewElement.dart ('k') | client/dom/generated/src/frog/SVGZoomAndPan.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698