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

Unified Diff: sdk/lib/svg/dartium/svg_dartium.dart

Issue 11415184: Adding @domName annotations to impl files what were missing them. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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 | « sdk/lib/svg/dart2js/svg_dart2js.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/svg/dartium/svg_dartium.dart
diff --git a/sdk/lib/svg/dartium/svg_dartium.dart b/sdk/lib/svg/dartium/svg_dartium.dart
index 980f5b748d57929038b4fb445335310b6e2fa07f..4746e867a69aaf6534f050878eef769e09a8b308 100644
--- a/sdk/lib/svg/dartium/svg_dartium.dart
+++ b/sdk/lib/svg/dartium/svg_dartium.dart
@@ -5734,6 +5734,7 @@ class PatternElement extends SvgElement implements FitToViewBox, Tests, UriRefer
// WARNING: Do not edit - generated code.
+/// @domName SVGPoint
class Point extends NativeFieldWrapperClass1 {
factory Point(num x, num y) => _PointFactoryProvider.createPoint(x, y);
Point.internal();
@@ -6616,6 +6617,7 @@ class _AttributeClassSet extends CssClassSet {
}
}
+/// @domName SVGElement
class SvgElement extends Element {
factory SvgElement.tag(String tag) =>
_SvgElementFactoryProvider.createSvgElement_tag(tag);
@@ -6700,6 +6702,7 @@ class SvgElement extends Element {
// BSD-style license that can be found in the LICENSE file.
+/// @domName SVGSVGElement
class SvgSvgElement extends SvgElement implements FitToViewBox, Tests, Stylable, Locatable, ExternalResourcesRequired, ZoomAndPan, LangSpace {
factory SvgSvgElement() => _SvgSvgElementFactoryProvider.createSvgSvgElement();
« no previous file with comments | « sdk/lib/svg/dart2js/svg_dart2js.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698