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

Unified Diff: client/dom/generated/src/frog/SVGLocatable.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, 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
Index: client/dom/generated/src/frog/SVGLocatable.dart
diff --git a/client/dom/generated/src/frog/SVGLocatable.dart b/client/dom/generated/src/frog/SVGLocatable.dart
index 5a61e5fe827623fdd7d0965513a748c7b3a3d35b..54db0200e5a9489e2dd890c6cc360e12e16a0bca 100644
--- a/client/dom/generated/src/frog/SVGLocatable.dart
+++ b/client/dom/generated/src/frog/SVGLocatable.dart
@@ -1,15 +1,15 @@
-class SVGLocatableJs extends DOMTypeJs implements SVGLocatable native "*SVGLocatable" {
+class _SVGLocatableJs extends _DOMTypeJs implements SVGLocatable native "*SVGLocatable" {
- SVGElementJs get farthestViewportElement() native "return this.farthestViewportElement;";
+ _SVGElementJs get farthestViewportElement() native "return this.farthestViewportElement;";
- SVGElementJs get nearestViewportElement() native "return this.nearestViewportElement;";
+ _SVGElementJs get nearestViewportElement() native "return this.nearestViewportElement;";
- SVGRectJs getBBox() native;
+ _SVGRectJs getBBox() native;
- SVGMatrixJs getCTM() native;
+ _SVGMatrixJs getCTM() native;
- SVGMatrixJs getScreenCTM() native;
+ _SVGMatrixJs getScreenCTM() native;
- SVGMatrixJs getTransformToElement(SVGElementJs element) native;
+ _SVGMatrixJs getTransformToElement(_SVGElementJs element) native;
}
« no previous file with comments | « client/dom/generated/src/frog/SVGLinearGradientElement.dart ('k') | client/dom/generated/src/frog/SVGMPathElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698