| Index: chrome/renderer/webgraphicscontext3d_command_buffer_impl.h
|
| ===================================================================
|
| --- chrome/renderer/webgraphicscontext3d_command_buffer_impl.h (revision 50988)
|
| +++ chrome/renderer/webgraphicscontext3d_command_buffer_impl.h (working copy)
|
| @@ -137,6 +137,11 @@
|
| unsigned long index,
|
| ActiveInfo&);
|
|
|
| + virtual void getAttachedShaders(WebGLId program,
|
| + int maxCount,
|
| + int* count,
|
| + unsigned int* shaders);
|
| +
|
| virtual int getAttribLocation(WebGLId program, const char* name);
|
|
|
| virtual void getBooleanv(unsigned long pname, unsigned char* value);
|
|
|