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

Unified Diff: client/html/src/ObjectElementWrappingImplementation.dart

Issue 8965009: Expose ObjectElement.svgDocument. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
« no previous file with comments | « client/html/src/ObjectElement.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/html/src/ObjectElementWrappingImplementation.dart
diff --git a/client/html/generated/src/wrapping/_ObjectElementWrappingImplementation.dart b/client/html/src/ObjectElementWrappingImplementation.dart
similarity index 97%
rename from client/html/generated/src/wrapping/_ObjectElementWrappingImplementation.dart
rename to client/html/src/ObjectElementWrappingImplementation.dart
index 67717816997bf9f9adca46af334696df022a498c..94f2f5027070c52ca0a3a0eecd7fb971e7875082 100644
--- a/client/html/generated/src/wrapping/_ObjectElementWrappingImplementation.dart
+++ b/client/html/src/ObjectElementWrappingImplementation.dart
@@ -2,8 +2,6 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-// WARNING: Do not edit - generated code.
-
class ObjectElementWrappingImplementation extends ElementWrappingImplementation implements ObjectElement {
ObjectElementWrappingImplementation._wrap(ptr) : super._wrap(ptr) {}
@@ -89,4 +87,6 @@ class ObjectElementWrappingImplementation extends ElementWrappingImplementation
_ptr.setCustomValidity(error);
return;
}
+
+ SVGDocument get svgDocument() => _ptr.getSVGDocument();
}
« no previous file with comments | « client/html/src/ObjectElement.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698