| Index: chrome/renderer/webgraphicscontext3d_command_buffer_impl.cc
|
| ===================================================================
|
| --- chrome/renderer/webgraphicscontext3d_command_buffer_impl.cc (revision 50988)
|
| +++ chrome/renderer/webgraphicscontext3d_command_buffer_impl.cc (working copy)
|
| @@ -446,6 +446,9 @@
|
| return true;
|
| }
|
|
|
| +DELEGATE_TO_GL_4(getAttachedShaders, GetAttachedShaders,
|
| + WebGLId, int, int*, unsigned int*)
|
| +
|
| DELEGATE_TO_GL_2R(getAttribLocation, GetAttribLocation,
|
| WebGLId, const char*, int)
|
|
|
|
|