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

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

Issue 9233028: Frog dart:dom using interfaces and native implementation classes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge 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 1354897f4f972e01b66dd60d1decf8c0d467f908..229bdf401c85d31cebfb3d7e3d08dc934d8939f6 100644
--- a/client/dom/generated/src/frog/SVGViewSpec.dart
+++ b/client/dom/generated/src/frog/SVGViewSpec.dart
@@ -1,21 +1,21 @@
-class SVGViewSpec extends SVGZoomAndPan native "*SVGViewSpec" {
+class SVGViewSpecJS extends SVGZoomAndPanJS implements SVGViewSpec native "*SVGViewSpec" {
String get preserveAspectRatioString() native "return this.preserveAspectRatioString;";
- SVGTransformList 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;";
- SVGElement get viewTarget() native "return this.viewTarget;";
+ SVGElementJS get viewTarget() native "return this.viewTarget;";
String get viewTargetString() native "return this.viewTargetString;";
// From SVGFitToViewBox
- SVGAnimatedPreserveAspectRatio get preserveAspectRatio() native "return this.preserveAspectRatio;";
+ SVGAnimatedPreserveAspectRatioJS get preserveAspectRatio() native "return this.preserveAspectRatio;";
- SVGAnimatedRect 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