Chromium Code Reviews| Index: client/html/generated/html/frog/WebGLContextAttributes.dart |
| diff --git a/client/html/generated/html/frog/WebGLContextAttributes.dart b/client/html/generated/html/frog/WebGLContextAttributes.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..0582f229d8ca135f487b97b8f47086d2b52c3423 |
| --- /dev/null |
| +++ b/client/html/generated/html/frog/WebGLContextAttributes.dart |
| @@ -0,0 +1,15 @@ |
| + |
| +class _WebGLContextAttributesJs implements WebGLContextAttributes native "*WebGLContextAttributes" { |
| + |
| + bool alpha; |
| + |
| + bool antialias; |
| + |
| + bool depth; |
| + |
| + bool premultipliedAlpha; |
| + |
| + bool preserveDrawingBuffer; |
| + |
| + bool stencil; |
| +} |