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

Unified Diff: client/html/generated/src/wrapping/_SVGZoomAndPanWrappingImplementation.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/wrapping/_SVGZoomAndPanWrappingImplementation.dart
diff --git a/client/html/generated/src/wrapping/_ErrorCallbackWrappingImplementation.dart b/client/html/generated/src/wrapping/_SVGZoomAndPanWrappingImplementation.dart
similarity index 50%
rename from client/html/generated/src/wrapping/_ErrorCallbackWrappingImplementation.dart
rename to client/html/generated/src/wrapping/_SVGZoomAndPanWrappingImplementation.dart
index 682a0befaf9894dd63339b6a8c9dbf48ad689867..b5a3164d734dec57149a1b3be97ecffb736f23af 100644
--- a/client/html/generated/src/wrapping/_ErrorCallbackWrappingImplementation.dart
+++ b/client/html/generated/src/wrapping/_SVGZoomAndPanWrappingImplementation.dart
@@ -4,10 +4,10 @@
// WARNING: Do not edit - generated code.
-class ErrorCallbackWrappingImplementation extends DOMWrapperBase implements ErrorCallback {
- ErrorCallbackWrappingImplementation._wrap(ptr) : super._wrap(ptr) {}
+class SVGZoomAndPanWrappingImplementation extends DOMWrapperBase implements SVGZoomAndPan {
+ SVGZoomAndPanWrappingImplementation._wrap(ptr) : super._wrap(ptr) {}
- bool handleEvent(FileError error) {
- return _ptr.handleEvent(LevelDom.unwrap(error));
- }
+ int get zoomAndPan() { return _ptr.zoomAndPan; }
+
+ void set zoomAndPan(int value) { _ptr.zoomAndPan = value; }
}

Powered by Google App Engine
This is Rietveld 408576698