| 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 6afa87913d23e68b89c2af24894fe8a25d6e0fd3..af2efee4e0e1f89b33526cc3d4ada8b814c1002c 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 */,
|
|
|