Chromium Code Reviews| Index: client/html/generated/html/frog/WebGLActiveInfo.dart |
| diff --git a/client/html/generated/html/frog/WebGLActiveInfo.dart b/client/html/generated/html/frog/WebGLActiveInfo.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..52fd9d400df9653c7b41a766a7aa6ab9af1c3b68 |
| --- /dev/null |
| +++ b/client/html/generated/html/frog/WebGLActiveInfo.dart |
| @@ -0,0 +1,9 @@ |
| + |
| +class _WebGLActiveInfoImpl implements WebGLActiveInfo native "*WebGLActiveInfo" { |
| + |
| + final String name; |
| + |
| + final int size; |
| + |
| + final int type; |
| +} |