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

Unified Diff: lib/dom/templates/html/interface/interface_CanvasElement.darttemplate

Issue 10544111: Some HTML API cleanup (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add new template Created 8 years, 6 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: lib/dom/templates/html/interface/interface_CanvasElement.darttemplate
diff --git a/lib/dom/templates/html/interface/interface.darttemplate b/lib/dom/templates/html/interface/interface_CanvasElement.darttemplate
similarity index 84%
copy from lib/dom/templates/html/interface/interface.darttemplate
copy to lib/dom/templates/html/interface/interface_CanvasElement.darttemplate
index 83c5e379c5a3e1a7388aaf22c7dfde023b32f681..20f3d82b37664005c22a26c8a78e9fe3719f7941 100644
--- a/lib/dom/templates/html/interface/interface.darttemplate
+++ b/lib/dom/templates/html/interface/interface_CanvasElement.darttemplate
@@ -6,4 +6,6 @@
$!COMMENT
interface $ID$EXTENDS {
-$!MEMBERS}
+$!MEMBERS
+ final CanvasRenderingContext2D context2d;
+}

Powered by Google App Engine
This is Rietveld 408576698