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

Unified Diff: client/dom/generated/src/frog/SVGViewSpec.dart

Issue 9271031: Make DOMType the root of DOM implementation types. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: x Created 8 years, 11 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/generated/src/frog/SVGViewSpec.dart
diff --git a/client/dom/generated/src/frog/SVGViewSpec.dart b/client/dom/generated/src/frog/SVGViewSpec.dart
index 229bdf401c85d31cebfb3d7e3d08dc934d8939f6..41f0487db0aac9594b46b4e7d44350c30d940b87 100644
--- a/client/dom/generated/src/frog/SVGViewSpec.dart
+++ b/client/dom/generated/src/frog/SVGViewSpec.dart
@@ -1,21 +1,21 @@
-class SVGViewSpecJS extends SVGZoomAndPanJS implements SVGViewSpec native "*SVGViewSpec" {
+class SVGViewSpecJs extends SVGZoomAndPanJs implements SVGViewSpec native "*SVGViewSpec" {
String get preserveAspectRatioString() native "return this.preserveAspectRatioString;";
- SVGTransformListJS get transform() native "return this.transform;";
+ SVGTransformListJs get transform() native "return this.transform;";
String get transformString() native "return this.transformString;";
String get viewBoxString() native "return this.viewBoxString;";
- SVGElementJS get viewTarget() native "return this.viewTarget;";
+ SVGElementJs get viewTarget() native "return this.viewTarget;";
String get viewTargetString() native "return this.viewTargetString;";
// From SVGFitToViewBox
- SVGAnimatedPreserveAspectRatioJS get preserveAspectRatio() native "return this.preserveAspectRatio;";
+ SVGAnimatedPreserveAspectRatioJs get preserveAspectRatio() native "return this.preserveAspectRatio;";
- SVGAnimatedRectJS get viewBox() native "return this.viewBox;";
+ SVGAnimatedRectJs get viewBox() native "return this.viewBox;";
}
« 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