| Index: gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| ===================================================================
|
| --- gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h (revision 185529)
|
| +++ gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h (working copy)
|
| @@ -310,7 +310,7 @@
|
| const void* /* binary */, GLsizei /* length */) {
|
| }
|
| void GLES2InterfaceStub::ShaderSource(
|
| - GLuint /* shader */, GLsizei /* count */, const char** /* str */,
|
| + GLuint /* shader */, GLsizei /* count */, const GLchar* const* /* str */,
|
| const GLint* /* length */) {
|
| }
|
| void GLES2InterfaceStub::StencilFunc(
|
|
|