| Index: gpu/command_buffer/client/gles2_interface_stub_autogen.h
 | 
| diff --git a/gpu/command_buffer/client/gles2_interface_stub_autogen.h b/gpu/command_buffer/client/gles2_interface_stub_autogen.h
 | 
| index 2675fea5b8117b2fef8e7a64abf3fa5786524b01..060dbf3a3e08f73449384eba00d6f66a3a650838 100644
 | 
| --- a/gpu/command_buffer/client/gles2_interface_stub_autogen.h
 | 
| +++ b/gpu/command_buffer/client/gles2_interface_stub_autogen.h
 | 
| @@ -689,6 +689,15 @@ void CopySubTextureCHROMIUM(GLenum target,
 | 
|  void CompressedCopyTextureCHROMIUM(GLenum target,
 | 
|                                     GLenum source_id,
 | 
|                                     GLenum dest_id) override;
 | 
| +void CompressedCopySubTextureCHROMIUM(GLenum target,
 | 
| +                                      GLenum source_id,
 | 
| +                                      GLenum dest_id,
 | 
| +                                      GLint xoffset,
 | 
| +                                      GLint yoffset,
 | 
| +                                      GLint x,
 | 
| +                                      GLint y,
 | 
| +                                      GLsizei width,
 | 
| +                                      GLsizei height) override;
 | 
|  void DrawArraysInstancedANGLE(GLenum mode,
 | 
|                                GLint first,
 | 
|                                GLsizei count,
 | 
| 
 |