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

Side by Side Diff: sdk/lib/svg/dartium/svg_dartium.dart

Issue 13849002: Fixing SVGColor DartC break (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | tools/dom/scripts/systemnative.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 library dart.dom.svg; 1 library dart.dom.svg;
2 2
3 import 'dart:async'; 3 import 'dart:async';
4 import 'dart:collection'; 4 import 'dart:collection';
5 import 'dart:html'; 5 import 'dart:html';
6 import 'dart:html_common'; 6 import 'dart:html_common';
7 import 'dart:nativewrappers'; 7 import 'dart:nativewrappers';
8 // DO NOT EDIT 8 // DO NOT EDIT
9 // Auto-generated dart:svg library. 9 // Auto-generated dart:svg library.
10 10
(...skipping 8286 matching lines...) Expand 10 before | Expand all | Expand 10 after
8297 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 8297 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
8298 // for details. All rights reserved. Use of this source code is governed by a 8298 // for details. All rights reserved. Use of this source code is governed by a
8299 // BSD-style license that can be found in the LICENSE file. 8299 // BSD-style license that can be found in the LICENSE file.
8300 8300
8301 8301
8302 // Hack because the baseclass is private in dart:html, and we want to omit this 8302 // Hack because the baseclass is private in dart:html, and we want to omit this
8303 // type entirely but can't. 8303 // type entirely but can't.
8304 @DocsEditable 8304 @DocsEditable
8305 @DomName('SVGColor') 8305 @DomName('SVGColor')
8306 class _SVGColor { 8306 class _SVGColor {
8307 _SVGColor.internal() : super.internal();
8308 } 8307 }
8309 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8308 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8310 // for details. All rights reserved. Use of this source code is governed by a 8309 // for details. All rights reserved. Use of this source code is governed by a
8311 // BSD-style license that can be found in the LICENSE file. 8310 // BSD-style license that can be found in the LICENSE file.
8312 8311
8313 // WARNING: Do not edit - generated code. 8312 // WARNING: Do not edit - generated code.
8314 8313
8315 8314
8316 @DocsEditable 8315 @DocsEditable
8317 @DomName('SVGComponentTransferFunctionElement') 8316 @DomName('SVGComponentTransferFunctionElement')
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
8547 @DocsEditable 8546 @DocsEditable
8548 @DomName('SVGVKernElement') 8547 @DomName('SVGVKernElement')
8549 abstract class _SVGVKernElement extends SvgElement { 8548 abstract class _SVGVKernElement extends SvgElement {
8550 _SVGVKernElement.internal() : super.internal(); 8549 _SVGVKernElement.internal() : super.internal();
8551 8550
8552 @DomName('SVGVKernElement.SVGVKernElement') 8551 @DomName('SVGVKernElement.SVGVKernElement')
8553 @DocsEditable 8552 @DocsEditable
8554 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "vkern"); 8553 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "vkern");
8555 8554
8556 } 8555 }
OLDNEW
« no previous file with comments | « no previous file | tools/dom/scripts/systemnative.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698