summaryrefslogtreecommitdiff
path: root/content/handlers/javascript/duktape/netsurf.bnd
diff options
context:
space:
mode:
Diffstat (limited to 'content/handlers/javascript/duktape/netsurf.bnd')
-rw-r--r--content/handlers/javascript/duktape/netsurf.bnd4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/handlers/javascript/duktape/netsurf.bnd b/content/handlers/javascript/duktape/netsurf.bnd
index 5fc592771..e47f07d2b 100644
--- a/content/handlers/javascript/duktape/netsurf.bnd
+++ b/content/handlers/javascript/duktape/netsurf.bnd
@@ -200,4 +200,8 @@ init HTMLFormControlsCollection(struct dom_html_collection *coll);
init HTMLOptionsCollection(struct dom_html_collection *coll);
init HTMLPropertiesCollection(struct dom_html_collection *coll);
+/* Stuff to do with canvasses */
+
+#include "CanvasRenderingContext2D.bnd"
+#include "ImageData.bnd"