Index: client/html/generated/html/interface/WebGLContextAttributes.dart |
diff --git a/client/dom/templates/interface.darttemplate b/client/html/generated/html/interface/WebGLContextAttributes.dart |
similarity index 61% |
copy from client/dom/templates/interface.darttemplate |
copy to client/html/generated/html/interface/WebGLContextAttributes.dart |
index 4e092a52e6f8755ebae6d8b72e5ccd9873a6dca2..b1f671680c321e0e251c41ef938ecd379225ad2f 100644 |
--- a/client/dom/templates/interface.darttemplate |
+++ b/client/html/generated/html/interface/WebGLContextAttributes.dart |
@@ -4,5 +4,17 @@ |
// WARNING: Do not edit - generated code. |
-interface $ID$!EXTENDS { |
-$!MEMBERS} |
+interface WebGLContextAttributes { |
+ |
+ bool alpha; |
+ |
+ bool antialias; |
+ |
+ bool depth; |
+ |
+ bool premultipliedAlpha; |
+ |
+ bool preserveDrawingBuffer; |
+ |
+ bool stencil; |
+} |