| 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 f894c1c796e68bb440ebddfc714b2c28f26ba52b..64977177062940ed74212c9a1de259263680259d 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| @@ -675,8 +675,7 @@ void* GLES2InterfaceStub::MapBufferCHROMIUM(GLuint /* target */,
|
| GLboolean GLES2InterfaceStub::UnmapBufferCHROMIUM(GLuint /* target */) {
|
| return 0;
|
| }
|
| -void* GLES2InterfaceStub::MapImageCHROMIUM(GLuint /* image_id */,
|
| - GLenum /* access */) {
|
| +void* GLES2InterfaceStub::MapImageCHROMIUM(GLuint /* image_id */) {
|
| return 0;
|
| }
|
| void GLES2InterfaceStub::UnmapImageCHROMIUM(GLuint /* image_id */) {
|
| @@ -728,7 +727,8 @@ GLuint GLES2InterfaceStub::CreateStreamTextureCHROMIUM(GLuint /* texture */) {
|
| }
|
| GLuint GLES2InterfaceStub::CreateImageCHROMIUM(GLsizei /* width */,
|
| GLsizei /* height */,
|
| - GLenum /* internalformat */) {
|
| + GLenum /* internalformat */,
|
| + GLenum /* usage */) {
|
| return 0;
|
| }
|
| void GLES2InterfaceStub::DestroyImageCHROMIUM(GLuint /* image_id */) {
|
|
|