| Index: gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_trace_implementation_autogen.h b/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| index 6ad358cf123e51ad0e72be47ffe4bf82dd906fe8..783d7cc730834ead48e974e3b5d1facab7952b62 100644
|
| --- a/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| @@ -663,20 +663,20 @@ void PostSubBufferCHROMIUM(GLint x,
|
| GLint y,
|
| GLint width,
|
| GLint height) override;
|
| -void CopyTextureCHROMIUM(GLenum source_id,
|
| +void CopyTextureCHROMIUM(GLuint source_id,
|
| GLint source_level,
|
| GLenum dest_target,
|
| - GLenum dest_id,
|
| + GLuint dest_id,
|
| GLint dest_level,
|
| GLint internalformat,
|
| GLenum dest_type,
|
| GLboolean unpack_flip_y,
|
| GLboolean unpack_premultiply_alpha,
|
| GLboolean unpack_unmultiply_alpha) override;
|
| -void CopySubTextureCHROMIUM(GLenum source_id,
|
| +void CopySubTextureCHROMIUM(GLuint source_id,
|
| GLint source_level,
|
| GLenum dest_target,
|
| - GLenum dest_id,
|
| + GLuint dest_id,
|
| GLint dest_level,
|
| GLint xoffset,
|
| GLint yoffset,
|
| @@ -687,7 +687,7 @@ void CopySubTextureCHROMIUM(GLenum source_id,
|
| GLboolean unpack_flip_y,
|
| GLboolean unpack_premultiply_alpha,
|
| GLboolean unpack_unmultiply_alpha) override;
|
| -void CompressedCopyTextureCHROMIUM(GLenum source_id, GLenum dest_id) override;
|
| +void CompressedCopyTextureCHROMIUM(GLuint source_id, GLuint dest_id) override;
|
| void DrawArraysInstancedANGLE(GLenum mode,
|
| GLint first,
|
| GLsizei count,
|
|
|