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

Unified Diff: client/html/generated/src/interface/SVGTextPositioningElement.dart

Issue 8835006: New version of dart:html (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix typos Created 9 years 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/html/generated/src/interface/SVGTextPositioningElement.dart
diff --git a/client/html/generated/src/wrapping/_FileCallbackWrappingImplementation.dart b/client/html/generated/src/interface/SVGTextPositioningElement.dart
similarity index 56%
rename from client/html/generated/src/wrapping/_FileCallbackWrappingImplementation.dart
rename to client/html/generated/src/interface/SVGTextPositioningElement.dart
index cb1cdb2ae5c77f887b2749f40e2a9ee9cbf33c34..c6c474463f8a71621cf7ab8c57fa28aad201ebd4 100644
--- a/client/html/generated/src/wrapping/_FileCallbackWrappingImplementation.dart
+++ b/client/html/generated/src/interface/SVGTextPositioningElement.dart
@@ -4,10 +4,15 @@
// WARNING: Do not edit - generated code.
-class FileCallbackWrappingImplementation extends DOMWrapperBase implements FileCallback {
- FileCallbackWrappingImplementation._wrap(ptr) : super._wrap(ptr) {}
+interface SVGTextPositioningElement extends SVGTextContentElement {
- bool handleEvent(File file) {
- return _ptr.handleEvent(LevelDom.unwrap(file));
- }
+ SVGAnimatedLengthList get dx();
+
+ SVGAnimatedLengthList get dy();
+
+ SVGAnimatedNumberList get rotate();
+
+ SVGAnimatedLengthList get x();
+
+ SVGAnimatedLengthList get y();
}
« no previous file with comments | « client/html/generated/src/interface/SVGTextPathElement.dart ('k') | client/html/generated/src/interface/SVGTitleElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698