| Index: gpu/command_buffer/client/gles2_implementation_autogen.h | 
| diff --git a/gpu/command_buffer/client/gles2_implementation_autogen.h b/gpu/command_buffer/client/gles2_implementation_autogen.h | 
| index b69ac444dd94dd173f1626d15cafc26dc27fe777..dc6e1ebecf198e05d0e3706bb4cfe641a0dd96c7 100644 | 
| --- a/gpu/command_buffer/client/gles2_implementation_autogen.h | 
| +++ b/gpu/command_buffer/client/gles2_implementation_autogen.h | 
| @@ -912,6 +912,13 @@ void CopySubTextureCHROMIUM(GLenum target, | 
| GLint xoffset, | 
| GLint yoffset) override; | 
|  | 
| +void CopyCompressedTextureCHROMIUM(GLenum target, | 
| +                                   GLenum source_id, | 
| +                                   GLenum dest_id, | 
| +                                   GLenum internalformat, | 
| +                                   GLenum dest_type, | 
| +                                   GLsizei source_size) override; | 
| + | 
| void DrawArraysInstancedANGLE(GLenum mode, | 
| GLint first, | 
| GLsizei count, | 
|  |