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

Unified Diff: tools/dom/src/CanvasImageSource.dart

Issue 12775010: Added the CanvasImageSource interface, which all types that a canvas can draw (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: tools/dom/src/CanvasImageSource.dart
diff --git a/runtime/vm/libdart_dependency_helper.cc b/tools/dom/src/CanvasImageSource.dart
similarity index 81%
copy from runtime/vm/libdart_dependency_helper.cc
copy to tools/dom/src/CanvasImageSource.dart
index ccf26c829687f4cbbbe80f5c9a074d075613a2be..08881e3b2e9ea6ad6440117a4b1a91fbe374f505 100644
--- a/runtime/vm/libdart_dependency_helper.cc
+++ b/tools/dom/src/CanvasImageSource.dart
@@ -2,7 +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.
-int main(int argc, char *argv[]) {
- return 0;
-}
+part of html;
+abstract class CanvasImageSource {}
blois 2013/03/14 16:24:10 Add a simple doc comment
Andrei Mouravski 2013/03/15 00:08:52 Done.

Powered by Google App Engine
This is Rietveld 408576698