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 b3f40acd829760f358f41a8c92730b381be8d8c4..7a586e518829d0f070c57bb579ca2523f39140d5 100644 |
--- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h |
+++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h |
@@ -1035,10 +1035,11 @@ void GLES2InterfaceStub::GetUniformsES3CHROMIUM(GLuint /* program */, |
GLuint GLES2InterfaceStub::CreateStreamTextureCHROMIUM(GLuint /* texture */) { |
return 0; |
} |
-GLuint GLES2InterfaceStub::CreateImageCHROMIUM(ClientBuffer /* buffer */, |
- GLsizei /* width */, |
- GLsizei /* height */, |
- GLenum /* internalformat */) { |
+GLuint GLES2InterfaceStub::CreateImageCHROMIUM( |
+ const ClientBuffer* const /* buffers */, |
+ GLsizei /* width */, |
+ GLsizei /* height */, |
+ GLenum /* internalformat */) { |
return 0; |
} |
void GLES2InterfaceStub::DestroyImageCHROMIUM(GLuint /* image_id */) { |