| 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 285b8150b9fb63209ca09e3bf057809da2bcd15f..a9aafe8387130cd53ef13c5c41bc3ec36d56ca45 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| @@ -969,7 +969,8 @@ void GLES2InterfaceStub::BindUniformLocationCHROMIUM(GLuint /* program */,
|
| GLint /* location */,
|
| const char* /* name */) {}
|
| void GLES2InterfaceStub::BindTexImage2DCHROMIUM(GLenum /* target */,
|
| - GLint /* imageId */) {}
|
| + GLint /* imageId */,
|
| + GLint /* fenceId */) {}
|
| void GLES2InterfaceStub::ReleaseTexImage2DCHROMIUM(GLenum /* target */,
|
| GLint /* imageId */) {}
|
| void GLES2InterfaceStub::TraceBeginCHROMIUM(const char* /* category_name */,
|
|
|