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

Unified Diff: client/dom/generated/src/frog/SVGTransformList.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/SVGTransformList.dart
diff --git a/client/dom/generated/src/frog/SVGTransformList.dart b/client/dom/generated/src/frog/SVGTransformList.dart
index af713d3095f4a7dc5abc8e39ac5d7fd0c7543fa9..00857825f9b435a41f023ca173cd39dfddba3140 100644
--- a/client/dom/generated/src/frog/SVGTransformList.dart
+++ b/client/dom/generated/src/frog/SVGTransformList.dart
@@ -1,23 +1,23 @@
-class SVGTransformListJs extends DOMTypeJs implements SVGTransformList native "*SVGTransformList" {
+class _SVGTransformListJs extends _DOMTypeJs implements SVGTransformList native "*SVGTransformList" {
int get numberOfItems() native "return this.numberOfItems;";
- SVGTransformJs appendItem(SVGTransformJs item) native;
+ _SVGTransformJs appendItem(_SVGTransformJs item) native;
void clear() native;
- SVGTransformJs consolidate() native;
+ _SVGTransformJs consolidate() native;
- SVGTransformJs createSVGTransformFromMatrix(SVGMatrixJs matrix) native;
+ _SVGTransformJs createSVGTransformFromMatrix(_SVGMatrixJs matrix) native;
- SVGTransformJs getItem(int index) native;
+ _SVGTransformJs getItem(int index) native;
- SVGTransformJs initialize(SVGTransformJs item) native;
+ _SVGTransformJs initialize(_SVGTransformJs item) native;
- SVGTransformJs insertItemBefore(SVGTransformJs item, int index) native;
+ _SVGTransformJs insertItemBefore(_SVGTransformJs item, int index) native;
- SVGTransformJs removeItem(int index) native;
+ _SVGTransformJs removeItem(int index) native;
- SVGTransformJs replaceItem(SVGTransformJs item, int index) native;
+ _SVGTransformJs replaceItem(_SVGTransformJs item, int index) native;
}
« no previous file with comments | « client/dom/generated/src/frog/SVGTransform.dart ('k') | client/dom/generated/src/frog/SVGTransformable.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698