| 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 ddf50bddd7b2d8cf56e5ac8b477bc6982238d78d..5073353be759be422e866dd071dcb748f8221762 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| @@ -908,10 +908,10 @@ void GLES2InterfaceStub::PostSubBufferCHROMIUM(GLint /* x */,
|
| GLint /* width */,
|
| GLint /* height */) {}
|
| void GLES2InterfaceStub::CopyTextureCHROMIUM(
|
| - GLenum /* source_id */,
|
| + GLuint /* source_id */,
|
| GLint /* source_level */,
|
| GLenum /* dest_target */,
|
| - GLenum /* dest_id */,
|
| + GLuint /* dest_id */,
|
| GLint /* dest_level */,
|
| GLint /* internalformat */,
|
| GLenum /* dest_type */,
|
| @@ -919,10 +919,10 @@ void GLES2InterfaceStub::CopyTextureCHROMIUM(
|
| GLboolean /* unpack_premultiply_alpha */,
|
| GLboolean /* unpack_unmultiply_alpha */) {}
|
| void GLES2InterfaceStub::CopySubTextureCHROMIUM(
|
| - GLenum /* source_id */,
|
| + GLuint /* source_id */,
|
| GLint /* source_level */,
|
| GLenum /* dest_target */,
|
| - GLenum /* dest_id */,
|
| + GLuint /* dest_id */,
|
| GLint /* dest_level */,
|
| GLint /* xoffset */,
|
| GLint /* yoffset */,
|
| @@ -933,8 +933,8 @@ void GLES2InterfaceStub::CopySubTextureCHROMIUM(
|
| GLboolean /* unpack_flip_y */,
|
| GLboolean /* unpack_premultiply_alpha */,
|
| GLboolean /* unpack_unmultiply_alpha */) {}
|
| -void GLES2InterfaceStub::CompressedCopyTextureCHROMIUM(GLenum /* source_id */,
|
| - GLenum /* dest_id */) {}
|
| +void GLES2InterfaceStub::CompressedCopyTextureCHROMIUM(GLuint /* source_id */,
|
| + GLuint /* dest_id */) {}
|
| void GLES2InterfaceStub::DrawArraysInstancedANGLE(GLenum /* mode */,
|
| GLint /* first */,
|
| GLsizei /* count */,
|
|
|