| Index: gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| index dce39c0def3ec52499c712afe1f792809c00db28..f097e8cba8e4d13af9027122a36b93f2ec28ae46 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| @@ -310,7 +310,7 @@ void GLES2InterfaceStub::ShaderBinary(
|
| 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(
|
|
|