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

Side by Side Diff: client/html/src/ObjectElement.dart

Issue 8970012: Get rid of 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 interface ObjectElement extends Element { 5 interface ObjectElement extends Element {
6 6
7 String get align(); 7 String get align();
8 8
9 void set align(String value); 9 void set align(String value);
10 10
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 String get width(); 75 String get width();
76 76
77 void set width(String value); 77 void set width(String value);
78 78
79 bool get willValidate(); 79 bool get willValidate();
80 80
81 bool checkValidity(); 81 bool checkValidity();
82 82
83 void setCustomValidity(String error); 83 void setCustomValidity(String error);
84 84
85 SVGDocument get svgDocument(); 85 // Don't support getSVGDocument because the content document won't have all
86 // the necessary patches to the prototype hierarchy under Frog.
86 } 87 }
OLDNEW
« no previous file with comments | « client/html/release/htmlimpl.dart ('k') | client/html/src/ObjectElementWrappingImplementation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698