Index: tools/dom/templates/html/impl/impl_HTMLCanvasElement.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_HTMLCanvasElement.darttemplate b/tools/dom/templates/html/impl/impl_HTMLCanvasElement.darttemplate |
index 9e965e9dd3b6eecfa49bce63e992684e6e8ef38c..3e02a27ee347cee763eab556f9acb90527893d09 100644 |
--- a/tools/dom/templates/html/impl/impl_HTMLCanvasElement.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_HTMLCanvasElement.darttemplate |
@@ -4,6 +4,8 @@ |
part of $LIBRARYNAME; |
+$!TOPLEVEL |
+ |
$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS implements CanvasImageSource$IMPLEMENTS$NATIVESPEC { |
$!MEMBERS |
/** An API for drawing on this canvas. */ |