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