Chromium Code Reviews| Index: client/html/generated/html/dartium/WebGLUniformLocation.dart |
| diff --git a/client/html/generated/html/dartium/WebGLUniformLocation.dart b/client/html/generated/html/dartium/WebGLUniformLocation.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9a553ab2500d66d1f6a3ea3cf9dbc95a9dc2053d |
| --- /dev/null |
| +++ b/client/html/generated/html/dartium/WebGLUniformLocation.dart |
| @@ -0,0 +1,4 @@ |
| + |
| +class _WebGLUniformLocationImpl extends _DOMTypeBase implements WebGLUniformLocation { |
| + _WebGLUniformLocationImpl._wrap(ptr) : super._wrap(ptr); |
| +} |